blob: 6e654c10b4c8a557a40d99cf8a839df335752cb6 [file] [log] [blame]
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE rdf:RDF [
<!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
]>
<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:Thing rdf:ID="it1" />
<owl:Class rdf:ID="C" >
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#newp" />
<owl:allValuesFrom rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<C rdf:ID="ic">
<newp rdf:resource="#it1"/>
</C>
</rdf:RDF>