Skip to content

Instantly share code, notes, and snippets.

@ccjr
Created July 9, 2009 01:29
Show Gist options
  • Save ccjr/143351 to your computer and use it in GitHub Desktop.
Save ccjr/143351 to your computer and use it in GitHub Desktop.
<owl:Class rdf:ID="R">
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class rdf:about="#A" />
<owl:Class rdf:about="#B1" />
<owl:Class rdf:about="#B2" />
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="p1"/>
</owl:onProperty>
<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>65</owl:hasValue>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="p3"/>
</owl:onProperty>
<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>65</owl:hasValue>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty>
<owl:DatatypeProperty rdf:ID="p6"/>
</owl:onProperty>
<owl:hasValue rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>65</owl:hasValue>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment