Base Metrics

From OntoMetrics
Revision as of 23:41, 10 September 2016 by Adminofwiki (Talk | contribs) (Class Axioms)

Jump to: navigation, search

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.


See more on the page for Class 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.

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

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