Querying Complex RDF Descriptions with RQL
Find the resources in the extent of the property creates
select * from {X}creates{Y}
Find the resources of type ExtResource and Sculpture
ExtResource intersect Sculpture
ExtResource minus Sculpture
ExtResource union Sculpture