Rdfbased-sem-eqdis-eqprop-inst

From OWL Test Cases

Jump to:navigation, search
[Download OWL]
Test Id rdfbased-sem-eqdis-eqprop-inst
Description For two equivalent properties and any triple having one property as its predicate, the corresponding triple having the other property as its predicate also exists, and vice versa.
Status Approved (2009-07-15) (proposed 2009-07-14)
Author Michael Schneider, Kai Mainzer
Original syntax RDF-XML
Syntactic Species/Profile OWL 2 Full (not EL, not QL, not RL)
Semantics This test is applicable under the RDF-based semantics. It should not be considered under the direct semantics because it does not satisfy the syntactic constraints of OWL 2 DL.
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.
Open in RDF Validator

<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:ex="http://www.example.org#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <rdf:Description rdf:about="http://www.example.org#s2">
    <ex:p2 rdf:resource="http://www.example.org#o2"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.org#s1">
    <ex:p1 rdf:resource="http://www.example.org#o1"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.org#p1">
    <owl:equivalentProperty rdf:resource="http://www.example.org#p2"/>
  </rdf:Description>
</rdf:RDF>
Conclusion 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.
Open in RDF Validator

<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:ex="http://www.example.org#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <rdf:Description rdf:about="http://www.example.org#s2">
    <ex:p1 rdf:resource="http://www.example.org#o2"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://www.example.org#s1">
    <ex:p2 rdf:resource="http://www.example.org#o1"/>
  </rdf:Description>
</rdf:RDF>
Imported ontologies none
This test is not in OWL 2 RL but can be passed by implementations that use the OWL RL derivation rules.
Navigation
OWL 2 Informative
OWL 2 Normative
Toolbox