FS2RDF-equivalent-classes-2-ar-RDFXML
From OWL Test Cases
This page provides a manually translated normative RDF/XML syntax version for FS2RDF-equivalent-classes-2-ar.
[edit] Premise ontology (download)
Convert syntax: functional, XML, Manchester This informative conversion will be incorrect for OWL 2 Full. info.pngConversions are provided by the OWL Syntax Converter which tries to "repair" OWL 2 Full inputs to become DL.
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns="http://example.org/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#">
<owl:Ontology/>
<owl:Class rdf:about="http://example.org/a">
<owl:equivalentClass>
<owl:Class rdf:about="http://example.org/b"/>
</owl:equivalentClass>
</owl:Class>
</rdf:RDF>
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns="http://example.org/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#">
<owl:Ontology/>
<owl:Class rdf:about="http://example.org/a">
<owl:equivalentClass>
<owl:Class rdf:about="http://example.org/b"/>
</owl:equivalentClass>
</owl:Class>
</rdf:RDF>
