Warning:
This wiki has been archived and is now read-only.
Unformatted Tests
From OWL
Should have a defined behavior, which is to be a bug, IMO. AlanRuttenberg 05:35, 18 May 2008 (EDT)
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.w3.org/2007/OWL/tests/undeclared-equivalent-property.owl#"
xml:base="http://www.w3.org/2007/OWL/tests/undeclared-equivalent-property.owl"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#">
<owl:Ontology rdf:about=""/>
<owl:ObjectProperty rdf:about="#a">
<owl:equivalentProperty rdf:resource="#b"/>
</owl:ObjectProperty>
</rdf:RDF>