next up previous contents
Next: RDF Schema Up: Body Previous: XML Language   Contents

RDF Operators

Test wether a node is a blank node (i.e. an anonymous node without an URI) :

?x is BlankNode

Test wether a node is a literal value (i.e. not an URI of a ressource) :

?x is Literal

Test whether a variable is bound :

?x is Bound

These statements can be negated :

not ?x is Bound



Olivier Corby 2005-07-01