New-Feature-AxiomAnnotations-001
From OWL Test Cases
[Download OWL] | |
Test Id | New-Feature-AxiomAnnotations-001 |
---|---|
Description | Demonstrates axiom annotation based on an example in the Mapping to RDF Graphs document. The axiom being annotated here generates a main triple when mapped to RDF. |
Status | Approved (2009-09-10, when passed by 2 implementations) (proposed 2009-05-18) |
Author | Mike Smith |
Original syntax | Functional |
Syntactic Species/Profile | OWL 2 DL (EL, QL, RL) |
Semantics | This test is applicable under both direct and RDF-based semantics. |
Specification Reference | http://www.w3.org/TR/owl2-mapping-to-rdf/#Axioms_that_Generate_a_Main_Triple |
Consistent 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( rdfs: = <http://www.w3.org/2000/01/rdf-schema#> )
Prefix( : = <http://example.org/> ) Ontology( Declaration( Class( :Child ) ) Declaration( Class( :Person ) ) SubClassOf( Annotation( rdfs:comment "Children are people." ) :Child :Person ) ) | |
Imported ontologies | none |
Auxiliary syntax documents | New-Feature-AxiomAnnotations-001-RDFXML |