TestCase:WebOnt-InverseFunctionalProperty-001
From OWL Test Cases
| [Download OWL] | |
| Test Id | WebOnt-InverseFunctionalProperty-001 |
|---|---|
| Description | If prop belongs to owl:InverseFunctionalProperty,
and |
| Status | Approved (2009-07-15, when passed by 2 implementations) (proposed 2009-06-08) |
| Author | Jeremy J. Carroll |
| 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. |
| WebOnt test | http://www.w3.org/2002/03owlt/InverseFunctionalProperty/Manifest001#test |
| 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:owl ="http://www.w3.org/2002/07/owl#" xmlns:first="http://www.w3.org/2002/03owlt/InverseFunctionalProperty/premises001#" xml:base="http://www.w3.org/2002/03owlt/InverseFunctionalProperty/premises001" > <owl:Ontology/> <owl:InverseFunctionalProperty rdf:ID="prop"/> <rdf:Description rdf:ID="subject1"> <first:prop rdf:resource="#object" /> </rdf:Description> <rdf:Description rdf:ID="subject2"> <first:prop rdf:resource="#object" /> </rdf:Description> <rdf:Description rdf:about="http://www.w3.org/2002/03owlt/InverseFunctionalProperty/premises001#object"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> </rdf:Description> <rdf:Description rdf:about="http://www.w3.org/2002/03owlt/InverseFunctionalProperty/premises001#subject2"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> </rdf:Description> <rdf:Description rdf:about="http://www.w3.org/2002/03owlt/InverseFunctionalProperty/premises001#subject1"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> </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. | |
| <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl ="http://www.w3.org/2002/07/owl#" xml:base="http://www.w3.org/2002/03owlt/InverseFunctionalProperty/conclusions001" > <owl:Ontology/> <rdf:Description rdf:about="premises001#subject1"> <owl:sameAs rdf:resource="premises001#subject2" /> </rdf:Description> </rdf:RDF> | |
| Imported ontologies | none |
OWL EL Report (Informative)
Ontology violates the OWL EL constraints in at least the following:
- The following axiom is not allowed: SameIndividual(subject1 subject2 )
- The following axiom is not allowed: InverseFunctionalProperty(prop)
OWL QL Report (Informative)
Ontology violates the OWL QL constraints in at least the following:
- The following axiom is not allowed: SameIndividual(subject1 subject2 )
- The following axiom is not allowed: InverseFunctionalProperty(prop)
OWL RL Report (Informative)
Ontology violates the OWL RL constraints in at least the following:
- Illegal use of owl:Thing
