blob: 41c15e144d655f8b8d1fd41100184101a13f5d42 [file] [log] [blame]
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE rdf:RDF [
<!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
]>
<!--
A class which can't be instantiated (disjoint with Thing, jena-dev example)
-->
<rdf:RDF
xmlns:rdf ="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc ="http://purl.org/dc/elements/1.1/"
xmlns:owl ="http://www.w3.org/2002/07/owl#"
xmlns ="http://jena.hpl.hp.com/testing/reasoners/owl#"
xml:base ="http://jena.hpl.hp.com/testing/reasoners/owl"
>
<owl:Class rdf:ID="Anon">
<owl:disjointWith rdf:resource="http://www.w3.org/2002/07/owl#Thing" />
<owl:intersectionOf rdf:parseType="Collection">
<owl:Class rdf:ID="X" />
<owl:Class rdf:ID="Y" />
<owl:Class rdf:ID="Z" />
</owl:intersectionOf>
</owl:Class>
</rdf:RDF>