Annotation Axioms
From OntoMetrics
Revision as of 13:30, 16 June 2016 by Adminofwiki (Talk | contribs)
Annotations can be used to associate information to ontologies, this infomation could be the version of the ontology or the creator. The annotation itself consists of an annotation property and an annotation value.
Contents
Annotation assertion axiom
These axioms are used to add additional information to a class, it can be used to describe the class using the natural language desciption.
For Example: AnnotationAssertion( rdfs:comment :car "Represents the set of all cars." )
Annotation property domain axiom
The annotation property domain axiom states that the domain of the annotation property is a specific IRI.
Annotation property range axiom
The annotation property range axiom states that the range of the annotation property is a specific IRI.