ISSUE-16 (RDF Collections): Determine if there is a good way of supporting RDF Collections [RDFa 1.1 Core]

ISSUE-16 (RDF Collections): Determine if there is a good way of supporting RDF Collections [RDFa 1.1 Core]

http://www.w3.org/2010/02/rdfa/track/issues/16

Raised by: Manu Sporny
On product: RDFa 1.1 Core

Determine if there is a good way of auto-generating rdf:Seq, rdf:List and rdf:Bag triples. An example of when you may need to have bnodes numbered in a particular order if they are children of an typeof="rdf:List" came up as a part of a music application - what happens if you want to automatically order the songs in an album as they are mentioned on the page? There is a mechanism to do this in RDF that autogenerates triples with predicates in the following format:

C rdf:_nnn O

Where C is the container and O is the contained object.

More on RDF Collections here:

http://www.w3.org/TR/rdf-schema/#ch_collectionvocab

Received on Sunday, 7 February 2010 01:45:13 UTC