Difference between revisions of "Annotation Axioms"

From OntoMetrics
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Inhalte
+
Annotations can be used to associate information to ontologies, this information could be the version of the ontology or the creator.
 +
The annotation itself consists of an annotation property and an annotation value.
  
==Annotation axioms count==
+
==Annotation axiom==
==Annotation assertion axioms count==
+
Count the number of annotation axioms in the given ontology.
==Annotation property domain axioms count==
+
 
==Annotation property range axioms count==
+
==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 description.
 +
 
 +
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.
 +
 
 +
==Sources==
 +
#''https://www.w3.org/TR/owl2-syntax/#Annotations''
 +
#''https://www.w3.org/TR/owl2-primer/#Annotating_Axioms_and_Entities''

Latest revision as of 00:05, 11 September 2016

Annotations can be used to associate information to ontologies, this information could be the version of the ontology or the creator. The annotation itself consists of an annotation property and an annotation value.

Annotation axiom

Count the number of annotation axioms in the given ontology.

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 description.

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.

Sources

  1. https://www.w3.org/TR/owl2-syntax/#Annotations
  2. https://www.w3.org/TR/owl2-primer/#Annotating_Axioms_and_Entities