New-Feature-ObjectQCR-002
From OWL Test Cases
[Download OWL] | |
Test Id | New-Feature-ObjectQCR-002 |
---|---|
Description | Demonstrates a qualified maximum cardinality object property restriction adapted from example in the Structural Specification and Functional-Style Syntax document. |
Status | Approved (2009-05-06, when passed by 2 implementations) (proposed 2009-04-29) |
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. |
Issue | ISSUE-38 |
Specification Reference | http://www.w3.org/TR/owl2-syntax/#Maximum_Cardinality |
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( ObjectProperty( :fatherOf ) ) Declaration( Class( :Woman ) ) ObjectPropertyAssertion( :fatherOf :Peter :Stewie ) ObjectPropertyAssertion( :fatherOf :Peter :Meg ) ClassAssertion( :Woman :Meg ) ClassAssertion( ObjectMaxCardinality( 1 :fatherOf :Woman ) :Peter ) DifferentIndividuals( :Stewie :Meg ) ) | |
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( :Woman ) ) ClassAssertion( ObjectComplementOf( :Woman ) :Stewie ) ) | |
Imported ontologies | none |
Auxiliary syntax documents | New-Feature-ObjectQCR-002-RDFXML |