Norbert E. Fuchs (fuchs@ifi.unizh.ch) submitted the following from
http://www.mindswap.org/cgi-bin/2003/pellet/pelletPost.cgi
email: fuchs@ifi.unizh.ch
inputFormat: RDF/XML
name: Norbert E. Fuchs
<?xml version="1.0"?> <!DOCTYPE Ontology [ <!ENTITY xsd
"http://www.w3.org/2001/XMLSchema#" > <!ENTITY owl
"http://www.w3.org/2002/07/owl#" > <!ENTITY thing
"http://www.w3.org/2002/07/owl#Thing" > ]> <rdf:RDF
xmlns="http://www.example.org/ace#"
xml:base="http://www.example.org/ace#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" > <owl:Ontology
rdf:about=""><rdfs:comment>This is an example
ontology.</rdfs:comment></owl:Ontology> <owl:Class>
<owl:intersectionOf rdf:parseType="Collection"> <owl:Class
rdf:about="#man"/> <owl:Restriction> <owl:hasValue
rdf:datatype="&xsd;boolean">true</owl:hasValue>
<owl:onProperty rdf:resource="#sleep"/> </owl:Restriction>
</owl:intersectionOf> <rdfs:subClassOf><owl:Class><owl:intersectionOf
rdf:parseType="Collection">
<owl:Class><owl:complementOf><owl:Class><owl:intersectionOf
rdf:parseType="Collection"> <owl:Restriction> <owl:hasValue
rdf:datatype="&xsd;boolean">true</owl:hasValue>
<owl:onProperty rdf:resource="#sleep"/> </owl:Restriction>
</owl:intersectionOf></owl:Class></owl:complementOf></owl:Class>
</owl:intersectionOf></owl:Class></rdfs:subClassOf> </owl:Class>
<owl:Class rdf:about="#man"/> <owl:DatatypeProperty
rdf:about="#sleep"/> </rdf:RDF>
|