Disjoint Props via Disjoint Domains
From OWL Test Cases
| [Download OWL] | |
| Test Id | Disjoint_Props_via_Disjoint_Domains |
|---|---|
| Description | Two properties having disjoint domains are necessarily disjoint themselves. |
| Status | New test (no official status yet) |
| Author | Sebastian Rudolph |
| Original syntax | Functional |
| Syntactic Species/Profile | OWL 2 DL (EL, QL profile assertion missing, RL) |
| Semantics | This test is applicable under both direct and RDF-based semantics. |
| Premise ontology (download)
Convert syntax: RDF, 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. | |
| Prefix( : = <http://example.org/> )
Ontology( Declaration( Class( :Boy ) ) Declaration( Class( :Girl ) ) Declaration(ObjectProperty(:sonOf)) Declaration(ObjectProperty(:daughterOf)) DisjointClasses( :Boy :Girl ) ObjectPropertyDomain(:sonOf :Boy) ObjectPropertyDomain(:daughterOf :Girl) ) | |
| Conclusion ontology (download)
Convert syntax: RDF, 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. | |
| Prefix( : = <http://example.org/> )
Ontology( Declaration(ObjectProperty(:sonOf)) Declaration(ObjectProperty(:daughterOf)) DisjointObjectProperties( :sonOf :daughterOf ) ) | |
| Imported ontologies | none |
