Difference between revisions of "Base Metrics"

From OntoMetrics
Jump to: navigation, search
(Individuals)
(Annotation Axioms)
Line 39: Line 39:
  
 
==Annotation Axioms==
 
==Annotation Axioms==
 +
===Annotation===
 
An OWL ontology contains a set of annotations. These can be used to associate information with an ontology — for example the ontology creator's name.
 
An OWL ontology contains a set of annotations. These can be used to associate information with an ontology — for example the ontology creator's name.
 
Each annotation consists of an annotation property and an annotation value, and the latter can be a literal, an IRI, or an anonymous individual.
 
Each annotation consists of an annotation property and an annotation value, and the latter can be a literal, an IRI, or an anonymous individual.

Revision as of 23:58, 10 September 2016

Base Metrics comprise of simple metrics, like the counting of classes, axioms, objects etc. These metrics show the quantity of ontology elements.

The difference between the count metrics and the total count metrics is, that the total count metrics takes account of imports from other ontologies.

For the base metrics we chose:

Class Axioms

Axiom

Axioms are basic statements of an ontology and also the main component, they state what is true in a domain. It is possible to have axioms for classes, properties, datatype definitions, assertions and annotations.

Class

Classes in ontologies are concepts, these classes can contain other classes or individuals. In other words, a class is a set of individuals. In OWL exists a thing-class, which is a universal class, so every user defined class is a subclass of the thing-class. The corresponding metric count the classes, including the thing-class, to create a view on the quantity of classes.


More information on the metric page for Class Axioms.

Property

In OWL there are two types of properties:

Object property

Object properties link individuals to individuals.

Data property

Other than the Object properties the Data properties link individuals to data values (literals).

Individual Axioms

Individuals

Individuals are the instances of the classes, so they represent the actual object of the domain. There are two types of individuals: named- and anonymous individuals. Named individuals have an explicit name and can be used in every ontology for the same object, while anonymous individuals are used local, only in one ontology. This metric counts all instances, one class is able to have a set of instances.

More details on page Individual Axioms.

Annotation Axioms

Annotation

An OWL ontology contains a set of annotations. These can be used to associate information with an ontology — for example the ontology creator's name. Each annotation consists of an annotation property and an annotation value, and the latter can be a literal, an IRI, or an anonymous individual.

For the more see Annotation Axioms.

Sources

  1. https://www.w3.org/TR/owl2-syntax/#Axioms
  2. https://www.w3.org/TR/owl-ref/#Class
  3. https://www.w3.org/TR/owl2-syntax/#Classes
  4. https://www.w3.org/TR/owl2-syntax/#Individuals
  5. https://www.w3.org/TR/owl-ref/#Property
  6. https://www.w3.org/TR/owl2-syntax/#Annotations