blob: 94bfc7ec677a1baa59867f9784bc7cd966b3c592 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Local test files use in Jena2 development
Domain and range should inherit down subProperty links in OWL
-->
<!DOCTYPE rdf:RDF [
<!ENTITY eg 'urn:x-hp:eg'>
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
<!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
]>
<rdf:RDF xmlns:rdf="&rdf;" xmlns:rdfs="&rdfs;" xmlns:xsd="&xsd;" xmlns:owl="&owl;"
xml:base="&eg;" xmlns="&eg;#">
<owl:ObjectProperty rdf:about="#q">
<rdfs:domain rdf:resource="&eg;#A" />
<rdfs:range rdf:resource="&eg;#B" />
</owl:ObjectProperty>
</rdf:RDF>