- From: ☮ elf Pavlik ☮ <perpetual-tripper@wwelves.org>
- Date: Tue, 26 Aug 2014 13:33:08 +0200
- To: 'Hydra' <public-hydra@w3.org>
hi, i would like to create collection of events which i attend(ed).
if i want to stick to schema.org vocab, then i need to use reverse of
http://schema.org/attendee
can i just define attendeeIn in @context
{
"@context": {
"attendeeIn": { "@reverse": "http://schema.org/attendee" }
}
}
and simply use for property in 'manages block'?
{
"@id": "/alice",
"collection": {
"@id": "/alice/events",
"@type": "Collection",
"manages": {
"property": "attendeeIn",
"subject": "/alice"
}
}
}
thanks for pointing out any possible gotchas!
Received on Tuesday, 26 August 2014 11:35:27 UTC