blob: 404ab92d95534fb14ce64385db778db1c7190832 [file] [log] [blame]
<!--
Local test files use in Jena2 development
Test core hasValue processing - 'if' direction.
-->
<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:owl="http://www.w3.org/2002/07/owl#"
xmlns="http://www.w3.org/2002/03owlt/localtests/premisesHv1#"
xml:base="http://www.w3.org/2002/03owlt/localtests/premisesHv1" >
<owl:Thing rdf:ID="i">
<rdf:type rdf:resource="#c" />
<p rdf:resource="#d" />
</owl:Thing>
</rdf:RDF>