RDF provides the rdf:li syntax that generates rdf:_1 ... rdf:_n properties for describing containers elements. What is the status of rdf:li in SPARQL ? What does this query mean : select * where { ?s rdf:type rdf:Sequence ?s rdf:li ?v1 ?s rdf:li ?v2 } In addition, what is the status of rdfs:member in SPARQL ? Does it match the rdf:_n properties in the target graph ? Hence, does this query return the values of the sequence : select * where { ?s rdf:type rdf:Sequence ?s rdfs:member ?v } Olivier.Received on Tuesday, 5 June 2007 09:46:05 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:14:51 GMT