next up previous contents
Next: Rule for OWL restriction Up: Examples Previous: Rule for rdf:type   Contents

Rule for transitive property

<cos:rule>
 <cos:if>
    ?p rdf:type owl:TransitiveProperty
    ?x ?p ?y
    ?y ?p ?z
 </cos:if>
 <cos:then>
    ?x ?p ?z
 </cos:then>
</cos:rule>



Olivier Corby 2005-07-01