Disjoint Props via Disjoint Ranges
From OWL Test Cases
| [Download OWL] | |
| Test Id | Disjoint_Props_via_Disjoint_Ranges |
|---|---|
| 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(:hasSon)) Declaration(ObjectProperty(:hasDaughter)) DisjointClasses( :Boy :Girl ) ObjectPropertyRange(:hasSon :Boy) ObjectPropertyRange(:hasDaughter :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(:hasSon)) Declaration(ObjectProperty(:hasDaughter)) DisjointObjectProperties( :hasSon :hasDaughter ) ) | |
| Imported ontologies | none |
