Difference between revisions of "Base Metrics"

From OntoMetrics
Jump to: navigation, search
Line 2: Line 2:
 
So it shows the quantity of ontology elements.
 
So it shows the quantity of ontology elements.
 
For these Metrics we chose:
 
For these Metrics we chose:
==Axiom count==
+
==Axiom==
 
Axioms, regarding OntoMetrics, are relations between classes, it could descibe cardinality, value range or default-values of relations and attributes.
 
Axioms, regarding OntoMetrics, are relations between classes, it could descibe cardinality, value range or default-values of relations and attributes.
 
It is also able to describe characteristics of relations like symmetry or transitivity.  
 
It is also able to describe characteristics of relations like symmetry or transitivity.  
  
==Logical axiom count==
+
==Logical axiom ==
 
These special kind of axioms are universally valid.
 
These special kind of axioms are universally valid.
  
==Class count==
+
==Class==
 
Classes in ontologies are concepts. These classes can contain other classes or individuals.
 
Classes in ontologies are concepts. These classes can contain other classes or individuals.
 
In OWL there a generally a Thing-Class, which is a universal class. So every user defined class is a SubClass of the Thing-Class
 
In OWL there a generally a Thing-Class, which is a universal class. So every user defined class is a SubClass of the Thing-Class
Line 15: Line 15:
 
With this metric we count the classes, including the thing-class, to create a view on the quantity of classes.
 
With this metric we count the classes, including the thing-class, to create a view on the quantity of classes.
  
===Total class count===
+
===Total class===
  
==Individual count==
+
==Individuals==
  
 
Individuals are the instances of the classes. This metric counts these instances, one class could have a set of instances.
 
Individuals are the instances of the classes. This metric counts these instances, one class could have a set of instances.
  
===Total Individual count===
+
===Total Individual===
  
  
==Property count==
+
==Property==
  
 
In OWL there are two types of properties:
 
In OWL there are two types of properties:
  
===Object property count===
+
===Object property===
 
Object properties link individuals to individuals.
 
Object properties link individuals to individuals.
  
====Total Object property count====
+
====Total Object property====
 
===Data property count===
 
===Data property count===
 
Other then the Object properties the Data properties link individuals to data values  
 
Other then the Object properties the Data properties link individuals to data values  
  
====Total data property count====
+
====Total data property====
  
  

Revision as of 10:53, 13 June 2016

Base Metrics comprise of simple metrics, like the counting of classes, axioms, objects etc. So it shows the quantity of ontology elements. For these Metrics we chose:

Axiom

Axioms, regarding OntoMetrics, are relations between classes, it could descibe cardinality, value range or default-values of relations and attributes. It is also able to describe characteristics of relations like symmetry or transitivity.

Logical axiom

These special kind of axioms are universally valid.

Class

Classes in ontologies are concepts. These classes can contain other classes or individuals. In OWL there a generally a Thing-Class, which is a universal class. So every user defined class is a SubClass of the Thing-Class

With this metric we count the classes, including the thing-class, to create a view on the quantity of classes.

Total class

Individuals

Individuals are the instances of the classes. This metric counts these instances, one class could have a set of instances.

Total Individual

Property

In OWL there are two types of properties:

Object property

Object properties link individuals to individuals.

Total Object property

Data property count

Other then the Object properties the Data properties link individuals to data values

Total data property

Sources

  1. http://www.enzyklopaedie-der-wirtschaftsinformatik.de/lexikon/daten-wissen/Wissensmanagement/Wissensmodellierung/Wissensreprasentation/Semantisches-Netz/Ontologien
  2. https://www.w3.org/TR/owl-ref/