next up previous contents
Next: Operators Up: Body Previous: RDF Operators   Contents

RDF Schema

Let us note that the Corese query language supports ontological reasoning by querying ontologies just like annotations, since RDF Schemas are RDF data.

Example : the following query retrieves all the properties whose domain is a subclass of the kmp:Document concept.

?p rdf:type rdf:Property
?p rdfs:domain ?c
?c rdfs:subClassOf kmp:Document



Olivier Corby 2005-07-01