New-Feature-DisjointDataProperties-002
From OWL Test Cases
[Download OWL] | |
Test Id | New-Feature-DisjointDataProperties-002 |
---|---|
Description | Demonstrates use of a ternary disjoint data properties axiom to infer different individuals. Adapted from test New-Feature-DisjointDataProperties-001. |
Status | Approved (2009-05-20, when passed by 2 implementations) (proposed 2009-05-18) |
Author | Mike Smith |
Original syntax | Functional |
Syntactic Species/Profile | OWL 2 DL (not EL, QL, 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( DataProperty( :hasName ) ) Declaration( DataProperty( :hasAddress ) ) Declaration( DataProperty( :hasZip ) ) DisjointDataProperties( :hasName :hasAddress :hasZip ) DataPropertyAssertion( :hasName :Peter "Peter Griffin" ) DataPropertyAssertion( :hasAddress :Peter_Griffin "Peter Griffin" ) DataPropertyAssertion( :hasZip :Petre "Peter Griffin" ) ) | |
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( DifferentIndividuals( :Peter :Peter_Griffin :Petre ) ) | |
Imported ontologies | none |
Auxiliary syntax documents | New-Feature-DisjointDataProperties-002-RDFXML |