From: Christian W. <cw...@cw...> - 2007-08-19 09:44:19
|
Dwi, > <owl:intersectionOf rdf:parseType=3D"Collection"> > <rdf:Description rdf:about=3D"#Project"/> > <owl:Restriction> > <owl:onProperty rdf:resource=3D"#produces"/> > <owl:allValuesFrom rdf:resource=3D"#Authoring"/> > </owl:Restriction> > </owl:intersectionOf> > 1. How to query the restriction above using Sparql? > I mean the query result return the collection of You can't easily, because SPARQL has no proper support to query collection items. http://www.w3.org/2001/sw/DataAccess/issues#accessingCollections --=20 Regards/Mit freundlichen Gr=FC=DFen Christian Weiske |