- From: ☮ elf Pavlik ☮ <perpetual-tripper@wwelves.org>
- Date: Wed, 17 Sep 2014 00:35:12 +0200
- To: public-vocabs@w3.org
On 09/16/2014 11:26 PM, ☮ elf Pavlik ☮ wrote:
> On 09/05/2014 07:49 PM, Vicki Tardif Holland wrote:
>> After taking people's feedback, we have put together a simpler ItemList
>> proposal.
>>
>> http://sdo-itemlist.appspot.com/ItemList
>> http://sdo-itemlist.appspot.com/ListItem
>>
>> Details:
>>
>> To allow for expressing "just a list", ItemList is now moved from being
>> a subclass of CreativeWork to a subclass of Intangible. To support
>> existing uses of ItemList as a CreativeWork, ItemList now contains the
>> following properties:
>>
>> - about
>> - author
>> - datePublished
>>
>> Feedback is welcome.
> I have on my TODO comparison of generic collections in
> * ActivityStreams 2.0
> * Schema.org
> * Hydra
> * LDP
>
> So far I only gathered relevant links, but maybe still you would find it
> useful to see other patterns in use:
> https://www.w3.org/wiki/Socialwg/Collection_Comparison
Does schema:ItemList enables me to express:
"You can find *list of people I know* at this url" ?
In hydra:Collection I find it very useful that it allows to define
property which relates all of its members to given subject:
{
"@id": "/alice",
"collection": {
"@id": "/alice/friends",
"@type": "Collection",
"manages": {
"property": "schema:knows",
"subject": "/alice"
}
}
}
https://www.w3.org/community/hydra/wiki/Collection_Design
Received on Tuesday, 16 September 2014 22:37:27 UTC