- From: elf Pavlik <perpetual-tripper@wwelves.org>
- Date: Sat, 28 Nov 2015 22:12:07 +0100
- To: public-hydra@w3.org
- CC: Ruben Verborgh <ruben.verborgh@ugent.be>
Hello,
https://www.w3.org/community/hydra/wiki/Collection_Design
Wiki page above proposes a way to group resources which all have given
relation to some resource. I wonder if we could find a way to use it
together with void:classPartition.
For example collection
{
"@id": "/alice",
"collection": {
"@id": "/alice/featured",
"@type": "Collection",
"manages": {
"property": "schema:about",
"object": "/alice"
}
}
}
schema:about schema:domainIncludes schema:CreativeWork
Now I would like to have more specific collections (partitions) for more
specific types of CreativeWork - Article, Movie, Book, Review etc.
/alice/featured/articles
/alice/featured/movies
/alice/featured/books
Can we consider hydra:Collection also a void:Dataset? void:subset of the
whole Dataset exposed by given API. Maybe we could simply use
void:classPartition directly on hydra:Collection?
Cheers!
Received on Saturday, 28 November 2015 21:12:17 UTC