DisjointClasses-003

From OWL Test Cases

Jump to:navigation, search
[Download OWL]
Test Id DisjointClasses-003
Description A modification of test DisjointClasses-001 to demonstrate a ternary disjoint classes axiom.
Status Approved (2009-05-20, when passed by 2 implementations) (proposed 2009-05-15)
Author Mike Smith
Original syntax Functional
Syntactic Species/Profile OWL 2 DL (not EL, not 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( Class( :Boy ) )
  Declaration( Class( :Girl ) )
  Declaration( Class( :Dog ) )

  DisjointClasses( :Boy :Girl :Dog )
  ClassAssertion( :Boy :Stewie )
)
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( Class( :Girl ) )
  Declaration( Class( :Dog ) )

  ClassAssertion( ObjectComplementOf( :Girl ) :Stewie )
  ClassAssertion( ObjectComplementOf( :Dog ) :Stewie )
)
Imported ontologies none
Auxiliary syntax documents DisjointClasses-003-RDFXML
Navigation
OWL 2 Informative
OWL 2 Normative
Toolbox