<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php?feed=atom&amp;namespace=0&amp;title=Special%3ANewPages</id>
		<title>OntoMetrics - New pages [en]</title>
		<link rel="self" type="application/atom+xml" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php?feed=atom&amp;namespace=0&amp;title=Special%3ANewPages"/>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Special:NewPages"/>
		<updated>2026-04-28T00:24:24Z</updated>
		<subtitle>From OntoMetrics</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Annotation_Axioms</id>
		<title>Annotation Axioms</title>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Annotation_Axioms"/>
				<updated>2016-06-01T11:54:55Z</updated>
		
		<summary type="html">&lt;p&gt;Adminofwiki: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Annotations can be used to associate information to ontologies, this information could be the version of the ontology or the creator.&lt;br /&gt;
The annotation itself consists of an annotation property and an annotation value.&lt;br /&gt;
&lt;br /&gt;
==Annotation axiom==&lt;br /&gt;
Count the number of annotation axioms in the given ontology. &lt;br /&gt;
&lt;br /&gt;
==Annotation assertion axiom==&lt;br /&gt;
These axioms are used to add additional information to a class, it can be used to describe the class using the natural language description.&lt;br /&gt;
&lt;br /&gt;
 For example:&lt;br /&gt;
 AnnotationAssertion( rdfs:comment :car &amp;quot;Represents the set of all cars.&amp;quot; )&lt;br /&gt;
&lt;br /&gt;
==Annotation property domain axiom==&lt;br /&gt;
&lt;br /&gt;
The annotation property domain axiom states that the domain of the annotation property is a specific IRI.&lt;br /&gt;
&lt;br /&gt;
==Annotation property range axiom==&lt;br /&gt;
&lt;br /&gt;
The annotation property range axiom states that the range of the annotation property is a specific IRI. &lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
#''https://www.w3.org/TR/owl2-syntax/#Annotations''&lt;br /&gt;
#''https://www.w3.org/TR/owl2-primer/#Annotating_Axioms_and_Entities''&lt;/div&gt;</summary>
		<author><name>Adminofwiki</name></author>	</entry>

	<entry>
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Individual_Axioms</id>
		<title>Individual Axioms</title>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Individual_Axioms"/>
				<updated>2016-06-01T11:54:29Z</updated>
		
		<summary type="html">&lt;p&gt;Adminofwiki: /* Sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are axioms concerning individuals.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Class assertion axiom==&lt;br /&gt;
The class assertion axiom states that an individual is an instance of an class expression.&lt;br /&gt;
&lt;br /&gt;
==Object property assertion axiom==&lt;br /&gt;
&lt;br /&gt;
It states that the individual 'a1' is connected by the object property 'op' to an individual 'a2'.&lt;br /&gt;
&lt;br /&gt;
==Negative object property assertion axiom==&lt;br /&gt;
It states that the individual 'a1' is not connected by the object property 'op' to an individual 'a2'.&lt;br /&gt;
&lt;br /&gt;
==Data property assertion axiom==&lt;br /&gt;
&lt;br /&gt;
With this axiom it is possible to state that an individual 'a' is connected by a data property 'dp' expression to a literal 'l1'. &lt;br /&gt;
&lt;br /&gt;
==Negative data property assertion axiom==&lt;br /&gt;
&lt;br /&gt;
The opposite of the data property assertion, so the individual 'a' is not connected by a data property 'dp' expression to a literal 'l1'.&lt;br /&gt;
&lt;br /&gt;
==Same individuals axiom==&lt;br /&gt;
&lt;br /&gt;
This axiom states that all individuals contained by this axiom are equal to each other.&lt;br /&gt;
&lt;br /&gt;
==Different individuals axiom==&lt;br /&gt;
Other than the same individual's axiom, this one states that all contained individuals are not equal to each other.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
#''https://www.w3.org/TR/owl2-syntax/#Assertions''&lt;br /&gt;
#''https://www.w3.org/TR/owl2-primer/#Equality_and_Inequality_of_Individuals''&lt;/div&gt;</summary>
		<author><name>Adminofwiki</name></author>	</entry>

	<entry>
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Data_Property_Axioms</id>
		<title>Data Property Axioms</title>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Data_Property_Axioms"/>
				<updated>2016-06-01T11:53:55Z</updated>
		
		<summary type="html">&lt;p&gt;Adminofwiki: /* Sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Data properties link individuals to data values.&lt;br /&gt;
&lt;br /&gt;
A set of instances connected to the property is called a property extension.&lt;br /&gt;
&lt;br /&gt;
==SubDataPropertyOf axiom==&lt;br /&gt;
&lt;br /&gt;
This axiom says that a property 'p1' is a subproperty 'sp1' of another property 'p2'.&lt;br /&gt;
It also means that the instances of the subproperty are subsets to the property extension of the second property.&lt;br /&gt;
&lt;br /&gt;
==Equivalent data properties axiom==&lt;br /&gt;
&lt;br /&gt;
Equivalent property axioms exist when two properties have the same property extension.&lt;br /&gt;
&lt;br /&gt;
==Disjoint data properties axiom==&lt;br /&gt;
Two properties are disjoint when they don't have individuals in common.&lt;br /&gt;
&lt;br /&gt;
==Functional data property axiom==&lt;br /&gt;
A functional property is a property which can only have one value.&lt;br /&gt;
&lt;br /&gt;
For an individual 'x', there can be only one definite individual 'y' such that 'x' is connected by the data property expression 'DPE' to 'y'. &lt;br /&gt;
&lt;br /&gt;
 For example:&lt;br /&gt;
 FunctionalDataProperty( a:hasAge ) 	                        Each object can have at most one age.&lt;br /&gt;
 DataPropertyAssertion( a:hasAge a:John &amp;quot;21&amp;quot;^^xsd:integer ) 	John is twenty-one years old.&lt;br /&gt;
&lt;br /&gt;
==Data property domain axiom==&lt;br /&gt;
This axiom states that the class expression is the domain of the data property expression.&lt;br /&gt;
&lt;br /&gt;
==Data Property range axiom==&lt;br /&gt;
It says that the data range is the range of the data property expression.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
#''https://www.w3.org/TR/owl2-syntax/#Data_Property_Axioms''&lt;/div&gt;</summary>
		<author><name>Adminofwiki</name></author>	</entry>

	<entry>
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Object_Property_Axioms</id>
		<title>Object Property Axioms</title>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Object_Property_Axioms"/>
				<updated>2016-06-01T11:53:24Z</updated>
		
		<summary type="html">&lt;p&gt;Adminofwiki: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Object properties link individuals to individuals.&lt;br /&gt;
&lt;br /&gt;
A set of instances connected to the property is called a property extension.&lt;br /&gt;
&lt;br /&gt;
==SubObjectPropertyOf axiom==&lt;br /&gt;
&lt;br /&gt;
This axiom says that a property 'p1' is a subproperty 'sp1' of another property 'p2'.&lt;br /&gt;
It also means that the instances of the subproperty are subsets to the property extension of the second property.&lt;br /&gt;
&lt;br /&gt;
==Equivalent object property axiom==&lt;br /&gt;
&lt;br /&gt;
Equivalent property axioms exist, when two properties have the same property extension.&lt;br /&gt;
&lt;br /&gt;
==Inverse object properties axiom==&lt;br /&gt;
Properties have a direction defined with domain to range, the 'inverseof' term is used to mirror the direction.&lt;br /&gt;
&lt;br /&gt;
This Axiom can equally be used on object properties and data properties.&lt;br /&gt;
&lt;br /&gt;
==Disjoint object properties axiom==&lt;br /&gt;
&lt;br /&gt;
Two properties are disjoint when they don't have individuals in common.&lt;br /&gt;
&lt;br /&gt;
==Functional object properties axiom==&lt;br /&gt;
A functional property is a property which can only have one value. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For an individual 'x', there can be only one definite individual 'y' such that 'x' is connected by the object property expression 'OPE' to 'y'.&lt;br /&gt;
&lt;br /&gt;
 For example:&lt;br /&gt;
 FunctionalObjectProperty( a:hasHusband ) 	                Each object can have at most one husband.&lt;br /&gt;
 ObjectPropertyAssertion( a:hasHusband a:Nicole a:Steve ) 	Steve is Nicole's husband.&lt;br /&gt;
&lt;br /&gt;
==Inverse functional object properties axiom==&lt;br /&gt;
For an individual 'x', there can be at most one individual 'y' such that 'y' is connected by the object property expression 'OPE' with 'x'. &lt;br /&gt;
&lt;br /&gt;
 InverseFunctionalObjectProperty( a:hasHusband ) 	        Each object can have at most one husband.&lt;br /&gt;
 ObjectPropertyAssertion( a:hasHusband a:Steve a:Nicole ) 	Steve is Nicole's husband.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transitive object property axiom==&lt;br /&gt;
Transitive means that if a property contains the pair(x,y)and the pair (y,z) then we can conclude that the pair(x,z) is also part of der property.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
            &amp;amp;\forall a,b,c \in A\colon\\&lt;br /&gt;
            &amp;amp;(a,b) \in R \,\land\, (b,c) \in R\\&lt;br /&gt;
            &amp;amp;\Rightarrow\; (a,c) \in R&lt;br /&gt;
        \end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Symmetric object property axiom==&lt;br /&gt;
&lt;br /&gt;
If a property is symmetric it means that if a pair(x,y) exists, then there is also a pair (y,x).&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
            &amp;amp;\forall a,b \in A\colon\\&lt;br /&gt;
            &amp;amp;(a,b) \in R \;\Rightarrow\; (b,a) \in R&lt;br /&gt;
        \end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Asymmetric object property axiom==&lt;br /&gt;
&lt;br /&gt;
A asymmetric property has a pair(x,y) but never a pair(y,x).&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
            &amp;amp;\forall a,b \in A\colon\\&lt;br /&gt;
            &amp;amp; (a,b) \in R \;\Rightarrow\; (b,a) \notin R&lt;br /&gt;
        \end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Reflexive object property axiom==&lt;br /&gt;
&lt;br /&gt;
Reflexive means that a property relates to itself.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;\forall a \in A\colon\; (a,a) \in R&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Irreflexive object property axiom==&lt;br /&gt;
Subsequently irreflexive means that no individual relates to itself.&lt;br /&gt;
 &amp;lt;math&amp;gt;\forall a \in A\colon\; (a,a) \notin R&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Object property domain axiom==&lt;br /&gt;
This axiom states that the domain of the object property expression is the class expression.&lt;br /&gt;
&lt;br /&gt;
==Object property range axiom==&lt;br /&gt;
This axiom states that the range of the object property expression is the class expression.&lt;br /&gt;
&lt;br /&gt;
==SubPropertyChainOf axiom==&lt;br /&gt;
&lt;br /&gt;
These axioms are used to create a chain of multiple properties. E.g. two 'hasParents' properties are linked by a chain thus a 'hasGrandparents' property will be identified.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
#''https://www.w3.org/TR/owl2-primer/#Object_Properties/''&lt;br /&gt;
#''https://www.w3.org/TR/owl2-syntax/#Object_Property_Axioms''&lt;/div&gt;</summary>
		<author><name>Adminofwiki</name></author>	</entry>

	<entry>
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Class_Axioms</id>
		<title>Class Axioms</title>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Class_Axioms"/>
				<updated>2016-06-01T11:52:52Z</updated>
		
		<summary type="html">&lt;p&gt;Adminofwiki: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Class Axioms are used to define classes, e.g. an &amp;lt;owl:class/&amp;gt; defines the existence of a class and is a class axiom, likewise is the ID of the class a class axiom.&lt;br /&gt;
&lt;br /&gt;
The set of individuals linked to the class is called class extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==SubClassOf axiom==&lt;br /&gt;
It means the class expression is an instance of another class's expression, it is used to display hierarchy. It follows that the set of individuals in the class 1 are a subset of the set of individuals of class 2.&lt;br /&gt;
Due to that the first class expression which is the subclass of the other is more specific than the other.&lt;br /&gt;
&lt;br /&gt;
==Equivalent classes axiom==&lt;br /&gt;
Equivalent class axioms state that multiple class expressions are equivalent to each other. Thus these class expressions can be used as synonym, when the meaning of the ontology won't be changed.&lt;br /&gt;
&lt;br /&gt;
==Disjoint classes axiom==&lt;br /&gt;
These axioms state that class expressions are disjoint, thus they have no instances in common.&lt;br /&gt;
&lt;br /&gt;
==GCI==&lt;br /&gt;
Counts the number of the General Concept Inclusion (GCI).&lt;br /&gt;
&lt;br /&gt;
==HiddenGCI==&lt;br /&gt;
Counts the number of &amp;quot;hidden&amp;quot; GCIs in an ontology imports closure. A GCI is regarded to be a &amp;quot;hidden&amp;quot; GCI if it is essentially introduce via an equivalent class axiom and a subclass axioms where the LHS of the subclass axiom is nameed. For example, A equivalentTo p some C, A subClassOf B results in a &amp;quot;hidden&amp;quot; GCI.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
#''https://www.w3.org/TR/owl2-syntax/#Class_Expression_Axioms''&lt;br /&gt;
#''http://owlapi.sourceforge.net/javadoc/org/semanticweb/owlapi/metrics''&lt;/div&gt;</summary>
		<author><name>Adminofwiki</name></author>	</entry>

	<entry>
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Base_Metrics</id>
		<title>Base Metrics</title>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Base_Metrics"/>
				<updated>2016-06-01T11:51:53Z</updated>
		
		<summary type="html">&lt;p&gt;Adminofwiki: /* Annotation Axioms */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Base Metrics comprise of simple metrics, like the counting of classes, axioms, objects etc. These metrics show the quantity of ontology elements.&lt;br /&gt;
&lt;br /&gt;
The difference between the count metrics and the total count metrics is, that the total count metrics takes account of imports from other ontologies.&lt;br /&gt;
&lt;br /&gt;
For the base metrics we chose:&lt;br /&gt;
&lt;br /&gt;
==Class Axioms==&lt;br /&gt;
===Axiom===&lt;br /&gt;
Axioms are basic statements of an ontology and also the main component, they state what is true in a domain.&lt;br /&gt;
It is possible to have axioms for classes, properties, datatype definitions, assertions and annotations.&lt;br /&gt;
&lt;br /&gt;
===Logical Axiom===&lt;br /&gt;
Axioms which affect the logical meaning of an ontology are called Logical Axiom.&lt;br /&gt;
&lt;br /&gt;
===Class===&lt;br /&gt;
Classes in ontologies are concepts, these classes can contain other classes or individuals. In other words, a class is a set of individuals.&lt;br /&gt;
In OWL exists a thing-class, which is a universal class, so every user defined class is a subclass of the thing-class.&lt;br /&gt;
The corresponding metric count the classes, including the thing-class, to create a view on the quantity of classes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More information on the metric page for [[Class_Axioms|Class Axioms]].&lt;br /&gt;
&lt;br /&gt;
==Property==&lt;br /&gt;
&lt;br /&gt;
In OWL there are two types of properties:&lt;br /&gt;
&lt;br /&gt;
===Object property===&lt;br /&gt;
[[Object_Property_Axioms|Object properties]] link individuals to individuals.&lt;br /&gt;
&lt;br /&gt;
===Data property===&lt;br /&gt;
Other than the Object properties the [[Data_Property_Axioms|Data properties]] link individuals to data values (literals).&lt;br /&gt;
&lt;br /&gt;
==Individual Axioms==&lt;br /&gt;
&lt;br /&gt;
===Individuals===&lt;br /&gt;
Individuals are the instances of the classes, so they represent the actual object of the domain.&lt;br /&gt;
There are two types of individuals: named- and anonymous individuals.&lt;br /&gt;
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.&lt;br /&gt;
This metric counts all instances, one class is able to have a set of instances.&lt;br /&gt;
&lt;br /&gt;
More details on page [[Individual_Axioms|Individual Axioms]].&lt;br /&gt;
&lt;br /&gt;
==Annotation Axioms==&lt;br /&gt;
===Annotation===&lt;br /&gt;
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.&lt;br /&gt;
Each annotation consists of an annotation property and an annotation value, and the latter can be a literal, an IRI, or an anonymous individual.&lt;br /&gt;
&lt;br /&gt;
For more see [[Annotation_Axioms|Annotation Axioms]].&lt;br /&gt;
&lt;br /&gt;
==DL expressivity==&lt;br /&gt;
Description logics (DL) is a family of formal knowledge representation languages. DLs are used in artificial intelligence to describe and reason about the relevant concepts of an application domain (known as terminological knowledge). The Web Ontology Language [OWL] and its profile is based on DLs. The DL expressivity gets the human readable name of this metric.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
#''https://www.w3.org/TR/owl2-syntax/#Axioms''&lt;br /&gt;
#''http://owlapi.sourceforge.net/javadoc/org/semanticweb/owlapi/model/OWLLogicalAxiom.html''&lt;br /&gt;
#''https://www.w3.org/TR/owl-ref/#Class''&lt;br /&gt;
#''https://www.w3.org/TR/owl2-syntax/#Classes''&lt;br /&gt;
#''https://www.w3.org/TR/owl2-syntax/#Individuals''&lt;br /&gt;
#''https://www.w3.org/TR/owl-ref/#Property''&lt;br /&gt;
#''https://www.w3.org/TR/owl2-syntax/#Annotations''&lt;br /&gt;
#''http://owlapi.sourceforge.net/javadoc/org/semanticweb/owlapi/metrics/DLExpressivity.html''&lt;br /&gt;
#''https://en.wikipedia.org/wiki/Description_logic''&lt;/div&gt;</summary>
		<author><name>Adminofwiki</name></author>	</entry>

	<entry>
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Ontology</id>
		<title>Ontology</title>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Ontology"/>
				<updated>2016-06-01T09:19:54Z</updated>
		
		<summary type="html">&lt;p&gt;Adminofwiki: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In information science ontologies are used as a model to describe a domain of knowledge with the help of classes, attributes, relationships and some more components.&lt;br /&gt;
With the help of this domain of knowledge, the ontology is used as tool to create a common base of understanding on a topic. It can also be reused and extended.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
#''https://www.w3.org/TR/2004/REC-owl-semantics-20040210/syntax.html''&lt;/div&gt;</summary>
		<author><name>Adminofwiki</name></author>	</entry>

	<entry>
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Class_Metrics</id>
		<title>Class Metrics</title>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Class_Metrics"/>
				<updated>2016-06-01T08:45:42Z</updated>
		
		<summary type="html">&lt;p&gt;Adminofwiki: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Class Metrics examine the classes and relationships of ontologies.&lt;br /&gt;
==Class Connectivity==&lt;br /&gt;
&lt;br /&gt;
This metric is intended to give an indication of what classes are central in the ontology based on the instance relationship graph (where nodes represent instances and edges represent the relationships between them). This measure works in tandem with the importance metric mentioned next to create a better understanding of how focal some classes function. This measure can be used to understand the nature of the ontology by indicating which classes play a central role compared to other classes.&lt;br /&gt;
&lt;br /&gt;
The '''connectivity of a class &amp;lt;math&amp;gt;(Conn(C_i))&amp;lt;/math&amp;gt;''' is defined as the '''total number of relationships instances of the class have with instances of other classes (NIREL)'''.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;Conn(C_i)=|NIREL(C_i)|&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Class_Metrics#Sources | Source 1]]&lt;br /&gt;
&lt;br /&gt;
==Class Fullness==&lt;br /&gt;
&lt;br /&gt;
This metric details the knowledgebase average population metric which are part of the [[Knowledgebase_Metrics | knowledgebase metrics]]. It would be mainly used by an ontology developer interested in knowing how well the data extraction was with respect to the expected number of instances of each class. This is helpful in directing the extraction process to any resources that will add instances belonging to classes that are not full.&lt;br /&gt;
&lt;br /&gt;
Formally, the '''fullness (F)''' of a '''class &amp;lt;math&amp;gt; C_i&amp;lt;/math&amp;gt;''' is defined as the '''actual number of instances''' that belong to the subtree rooted at &amp;lt;math&amp;gt;C_i (C_i (I))&amp;lt;/math&amp;gt; compared to the '''expected number of instances''' that belong to the subtree rooted at &amp;lt;math&amp;gt;C_i (C_i'(I))&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;F=\frac{|C_i (I)|}{C_i'(I)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The result of the formula will be a percentage representing the actual coverage of instances compared to the expected coverage. In most cases, this measure is an indication of how well the instance extraction process performed. For example, a knowledgebase where most classes have a low F would require more data extraction. On the other hand, a knowledgebase where most classes are almost full would indicate that it reflects more closely the knowledge encoded in the schema.&lt;br /&gt;
&lt;br /&gt;
[[Class_Metrics#Sources | Source 2]]&lt;br /&gt;
&lt;br /&gt;
==Class Importance==&lt;br /&gt;
&lt;br /&gt;
This metric calculates the percentage of instances that belong to classes at the inheritance subtree rooted at the current class with respect to the total number of instances. This metric is important in that it will help in identifying which areas of the schema are in focus when the instances are added to the knowledgebase. Although this measure doesn’t consider the domain characteristics, it can still be used to give an idea on what parts of the ontology are considered focal and what parts are on the edges.&lt;br /&gt;
&lt;br /&gt;
The '''importance of a class''' &amp;lt;math&amp;gt;(Imp(C_i))&amp;lt;/math&amp;gt; is defined as the '''percentage of the number of instances''' that belong to the inheritance subtree rooted at &amp;lt;math&amp;gt;C_i&amp;lt;/math&amp;gt; in the knowledgebase &amp;lt;math&amp;gt;(inst(C_i))&amp;lt;/math&amp;gt; compared to the '''total number of class instances in the knowledgebase''' &amp;lt;math&amp;gt;KB(CI)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;Imp(Ci)=\frac{|INST(Ci)|}{|KB(CI)|}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Class_Metrics#Sources | Source 1]]&lt;br /&gt;
&lt;br /&gt;
==Class Inheritance Richness==&lt;br /&gt;
&lt;br /&gt;
This measure details the schema IR metric mentioned in [[Schema_Metrics | schema metrics]] and describes the distribution of information in the current class subtree per class. This measure is a good indication of how well knowledge is grouped into different categories and subcategories under this class.&lt;br /&gt;
&lt;br /&gt;
Formally, the '''inheritance richness (IRc) of class''' &amp;lt;math&amp;gt;C_i&amp;lt;/math&amp;gt; is defined as the '''average number of subclasses per class''' in the subtree. The '''number of subclasses for a class''' &amp;lt;math&amp;gt;C_i&amp;lt;/math&amp;gt; is defined as &amp;lt;math&amp;gt;|H^C(C_1,C_i)|&amp;lt;/math&amp;gt; and the '''number of nodes in the subtree''' is |C'|.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;IRc = \frac{\sum_{Cj\in C'} |H^C(C1,Ci)|}{|C'|}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The result of the formula will be a real number representing the average number of classes per schema level. The interpretation of the results of this metric depends highly on the nature of the ontology. Classes in an ontology that represents a very specific domain will have low IRC values, while classes in an ontology that represents a wide domain will usually have higher IRC values.&lt;br /&gt;
&lt;br /&gt;
[[Class_Metrics#Sources | Source 2]]&lt;br /&gt;
&lt;br /&gt;
==Class Readability==&lt;br /&gt;
&lt;br /&gt;
This metric indicates the existence of human readable descriptions in the ontology, such as comments, labels, or captions. This metric can be a good indication if the ontology is going to be queried and the results listed to users. Formally, the '''readability (Rd)''' of a class &amp;lt;math&amp;gt;C_i&amp;lt;/math&amp;gt; is defined as the '''sum of the number of attributes that are comments and the number of attributes that are labels''' the class has.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt; Rd = |A, A = rdfs:comment| + |A, A=refs:label|&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The result of the formula will be an integer representing the availability of human-readable information for the instances of the current class.&lt;br /&gt;
&lt;br /&gt;
[[Class_Metrics#Sources | Source 1]]&lt;br /&gt;
&lt;br /&gt;
==Class Relationship Richness==&lt;br /&gt;
&lt;br /&gt;
This is an important metric reflecting how much of the relationships defined for the class in the schema are actually being used at the instances level. This is another good indication of the utilization of the knowledge modelled in the schema.&lt;br /&gt;
&lt;br /&gt;
The '''relationship richness (RR)''' of a class &amp;lt;math&amp;gt;C_i&amp;lt;/math&amp;gt; is defined as the '''percentage of the number of relationships''' that are being used by instances &amp;lt;math&amp;gt;I_i&amp;lt;/math&amp;gt; that belong to &amp;lt;math&amp;gt;C_i (P(I_i,I_j))&amp;lt;/math&amp;gt; compared to the '''number of relationships''' that are defined for &amp;lt;math&amp;gt;C_i&amp;lt;/math&amp;gt; at the schema level &amp;lt;math&amp;gt;(P(C_i,C_j))&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[Class_Metrics#Sources | Source 2]]&lt;br /&gt;
&lt;br /&gt;
==Class children==&lt;br /&gt;
This count-metric measures the number of immediate descendants of the given class, also known as a number of children (NOC).&lt;br /&gt;
&lt;br /&gt;
==Class instances==&lt;br /&gt;
Displays the number of instances of a given class. OWL classes provide an abstraction mechanism for grouping resources with similar characteristics. Like RDF classes, every OWL class is associated with a set of individuals, called the class extension. The individuals in the class extension are called the instances of the class. A class has an intensional meaning (the underlying concept) which is related but not equal to its class extension. Thus, two classes may have the same class extension, but still be different classes.&lt;br /&gt;
&lt;br /&gt;
==Class properties==&lt;br /&gt;
Summarize the properties of an given class. Properties can be used to state relationships between individuals or from individuals to data values. Examples of properties include hasChild, hasRelative, hasSibling, and hasAge. The first three can be used to relate an instance of a class Person to another instance of the class Person (and are thus occurences of ObjectProperty), and the last (hasAge) can be used to relate an instance of the class Person to an instance of the datatype Integer (and is thus an occurence of DatatypeProperty). Both owl:ObjectProperty and owl:DatatypeProperty are subclasses of the RDF class rdf:Property.&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
#''Samir Tartir, I. Budak Arpinar, Amit P. Sheth: Ontological Evaluation and Validation &amp;lt;br /&amp;gt; In: Theory and Applications of Ontology: Computer Applications 2010, pp 115-130.&amp;lt;br /&amp;gt; http://link.springer.com/chapter/10.1007%2F978-90-481-8847-5_5 &lt;br /&gt;
#''Samir Tartir, I. Budak Arpinar, Michael Moore, Amit P. Sheth, and Boanerges Aleman-meza: &amp;lt;br /&amp;gt;Ontoqa: Metric-based ontology quality analysis. &amp;lt;br /&amp;gt;In: IEEE Workshop on Knowledge Acquisition from Distributed, Autonomous, Semantically Heterogeneous Data and Knowledge Sources, 2005, pp 4-6. &amp;lt;br /&amp;gt;http://cobweb.cs.uga.edu/~budak/papers/ontoqa.pdf&lt;br /&gt;
#''http://gromit.iiar.pwr.wroc.pl/p_inf/ckjm/metric.html''&lt;br /&gt;
#''http://www.infowebml.ws/rdf-owl/Class-owl.htm''&lt;br /&gt;
#''https://www.w3.org/TR/2004/REC-owl-features-20040210/#property''&lt;/div&gt;</summary>
		<author><name>Adminofwiki</name></author>	</entry>

	<entry>
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Knowledgebase_Metrics</id>
		<title>Knowledgebase Metrics</title>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Knowledgebase_Metrics"/>
				<updated>2016-06-01T08:44:19Z</updated>
		
		<summary type="html">&lt;p&gt;Adminofwiki: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The way data is placed within an ontology is also a very important measure of ontology quality because it can indicate the effectiveness of the ontology design and the amount of real-world knowledge represented by the ontology. Instance metrics include metrics that describe the knowledgebase as a whole, and metrics that describe the way each schema class is being utilized in the knowledgebase.&lt;br /&gt;
&lt;br /&gt;
==Average Population==&lt;br /&gt;
&lt;br /&gt;
(The average distribution of instances across all classes)&lt;br /&gt;
&lt;br /&gt;
This measure is an indication of the number of instances compared to the number of classes. It can be useful if the ontology developer is not sure if enough instances were extracted compared to the number of classes.&lt;br /&gt;
&lt;br /&gt;
Formally, the '''average population (AP)''' of classes in a knowledgebase is defined as the '''number of instances of the knowledgebase (I)''' divided by the '''number of classes defined in the ontology schema (C)'''.&lt;br /&gt;
 &amp;lt;math&amp;gt;AP=\frac{|I|}{|C|}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The result will be a real number that shows how well is the data extraction process that was performed to populate the knowledgebase. For example, if the average number of instances per class is low, when read in conjunction with the previous metric, this number would indicate that the instances extracted into the knowledgebase might be insufficient to represent all of the knowledge in the schema. Keep in mind that some of the schema classes might have a very low number or a very high number by the nature of what it is representing.&lt;br /&gt;
&lt;br /&gt;
[[Knowledgebase_Metrics#Sources | Source 1]]&lt;br /&gt;
&lt;br /&gt;
==Class Richness==&lt;br /&gt;
&lt;br /&gt;
This metric is related to how instances are distributed across classes. The number of classes that have instances in the knowledgebase is compared with the total number of classes, giving a general idea of how well the knowledgebase utilizes the knowledge modelled by the schema classes. Thus, if the knowledgebase has a very low Class Richness, then the knowledgebase does not have data that exemplifies all the class knowledge that exists in the schema. On the other hand, a knowledgebase that has a very high class richness would indicate that the data in the knowledgebase represents most of the knowledge in the schema.&lt;br /&gt;
&lt;br /&gt;
The '''class richness (CR)''' of a knowledgebase is defined as the percentage of the '''number of non-empty classes (classes with instances) (C')''' divided by the '''total number of classes (C)''' defined in the ontology schema.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;CR= \frac{|C'|}{|C|}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Knowledgebase_Metrics#Sources | Source 1]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Cohesion==&lt;br /&gt;
&lt;br /&gt;
'''This metric is not implemented in the ontometrics project yet.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The cohesion shows the degree of relatedness between the different entities. When the entities of an ontology are highly related there is a strong cohesion value.&lt;br /&gt;
&lt;br /&gt;
To be able to measure the cohesion three different metrics will be used:&lt;br /&gt;
&lt;br /&gt;
===Number of root classes (NoR)===&lt;br /&gt;
''Same as Absolute Root Cardinality in Graph Metrics!''&lt;br /&gt;
&lt;br /&gt;
Displays the number of root classes of an ontology, a root class is a class which is not a sub class of any other class in the ontology. &amp;lt;math&amp;gt; C_j&amp;lt;/math&amp;gt; is the jth root class.&lt;br /&gt;
  &amp;lt;math&amp;gt;NoR= \sum _{1}^n C_j&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Number of leaf classes (NoL)===&lt;br /&gt;
''Same as Absolute Leaf Cardinality in Graph Metrics!''&lt;br /&gt;
&lt;br /&gt;
Displays the number of leaf classes of an ontology, a leaf class doesn't have any sub classes. &amp;lt;math&amp;gt; L_j&amp;lt;/math&amp;gt; is the jth leaf class.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;NoL= \sum_{1}^n L_j &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Average depth of inheritance tree of leaf nodes (ADIT-LN)===&lt;br /&gt;
''Same as Average Depth in Graph Metrics!''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is the sum of the depth of all paths divided by the total number of paths (n). The total number of paths is the number of paths from each root node to each leaf node. while the depth is the total number of nodes starting with the root node, ending with the leaf node of one path. &amp;lt;math&amp;gt; D_j&amp;lt;/math&amp;gt; is the total number of nodes on the path j.&lt;br /&gt;
 &amp;lt;math&amp;gt;ADIT-LN= \frac{\sum_{1}^n D_j} {n} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Knowledgebase_Metrics#Sources | Source 2]]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
#''Samir Tartir, I. Budak Arpinar, Michael Moore, Amit P. Sheth, and Boanerges Aleman-meza:&amp;lt;br /&amp;gt;Ontoqa: Metric-based ontology quality analysis.&amp;lt;br /&amp;gt;In: IEEE Workshop on Knowledge Acquisition from Distributed, Autonomous, Semantically Heterogeneous Data and Knowledge Sources, 2005, p 4.&amp;lt;br /&amp;gt;http://cobweb.cs.uga.edu/~budak/papers/ontoqa.pdf&lt;br /&gt;
#''Aldo Gangemi, Carola Catenacci, Massimiliano Ciaramita, Jos Lehmann:&amp;lt;br /&amp;gt; Ontology evaluation and validation - An integrated formal model for the quality diagnostic task&amp;lt;br /&amp;gt; September 2005 , pp 44-45. &amp;lt;br /&amp;gt;http://www.loa.istc.cnr.it/old/Files/OntoEval4OntoDev_Final.pdf''&lt;/div&gt;</summary>
		<author><name>Adminofwiki</name></author>	</entry>

	<entry>
		<id>http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Schema_Metrics</id>
		<title>Schema Metrics</title>
		<link rel="alternate" type="text/html" href="http://ontometrics.informatik.uni-rostock.de:80/wiki/index.php/Schema_Metrics"/>
				<updated>2016-06-01T08:43:46Z</updated>
		
		<summary type="html">&lt;p&gt;Adminofwiki: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Schema metrics address the design of the ontology. Although we cannot definitely know if the ontology design correctly models the domain knowledge, metrics in this category indicate the richness, width, depth, and inheritance of an ontology schema design. The most significant metrics in this category are described next.&lt;br /&gt;
&lt;br /&gt;
==Attribute Richness==&lt;br /&gt;
The number of attributes (slots) that are defined for each class can indicate both the quality of ontology design and the amount of information pertaining to instance data. In general we assume that the more slots that are defined the more knowledge the ontology conveys.&lt;br /&gt;
&lt;br /&gt;
The '''attribute richness (AR)''' is defined as the average number of attributes (slots) per class. It is computed as the '''number attributes for all classes (att)''' divided by the '''number of classes (C)'''.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;AR = \dfrac{|ATT|}{|C|}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Usually, only the functional attributes are counted to calculate this metric, as stated in the OWL definition. In our metric calculation, we omit this restriction and use all declared attributes to calculate, because not many modellers use the possibility of defining functional attributes. Also, the datatype are being handled as attributes as well.&lt;br /&gt;
&lt;br /&gt;
==Inheritance Richness==&lt;br /&gt;
&lt;br /&gt;
'''Inheritance Richness (IR)''' measure describes the distribution of information across different levels of the ontology’s inheritance tree or the fan-out of parent classes. This is a good indication of how well knowledge is grouped into different categories and subcategories in the ontology. This measure can distinguish a horizontal ontology (where classes have a large number of direct subclasses) from a vertical ontology (where classes have a small number of direct subclasses). An ontology with a low inheritance richness would be of a deep (or vertical) ontology, which indicates that the ontology covers a specific domain in a detailed manner, while an ontology with a high IR would be a shallow (or horizontal) ontology, which indicates that the ontology represents a wide range of general knowledge with a low level of detail.&lt;br /&gt;
&lt;br /&gt;
The inheritance richness of the schema (IR) is defined as the average number of subclasses per class.&lt;br /&gt;
The number of subclasses of a class is defined as &amp;lt;math&amp;gt; |H^C(C_1,C_i)|&amp;lt;/math&amp;gt;. '''H''' is the '''number of inheritance relationships'''.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;IR = \frac{\sum_{C_i \in C}|H^C(C_1,C_i)|}{|C|}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Relationship Richness==&lt;br /&gt;
&lt;br /&gt;
This metric reflects the diversity of the types of relations in the ontology. An ontology that contains only inheritance relationships usually conveys less information than an ontology that contains a diverse set of relationships. The relationship richness is represented as the percentage of the (non-inheritance) relationships between classes compared to all of the possible connections that can include inheritance and non-inheritance relationships.&lt;br /&gt;
&lt;br /&gt;
The '''relationship richness (RR)''' of a schema is defined as the ratio of the '''number of (non-inheritance) relationships (P)''', divided by the '''total number of relationships''' defined in the schema (the sum of the '''number of inheritance relationships (H)''' and '''non-inheritance relationships (P)''').&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;RR = \frac{|P|}{|H|+|P|}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: The following relationships are being counted as non-inherited relationships: Object Properties, Equivalent Classes, Disjoint Classes.&lt;br /&gt;
&lt;br /&gt;
The subclasses (Subclasses of) are being handled as inheritance relationships.&lt;br /&gt;
&lt;br /&gt;
==Attribute-Class Ratio==&lt;br /&gt;
&lt;br /&gt;
This metric represents the relation between the classes containing attributes and all classes. The difference to attribute richness is that not the amount of attributes is counted. It is only counted whether a class has attributes or not.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;math&amp;gt;AttributeClass Ratio=\frac{Classes With Attributes}{Number Of Classes}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Equivalence Ratio==&lt;br /&gt;
&lt;br /&gt;
This metric calculates the ratio between similar classes and all classes in the ontology.&lt;br /&gt;
&lt;br /&gt;
It is being calculated as follows:&lt;br /&gt;
 &amp;lt;math&amp;gt;Equivalence Ratio =\frac{Same Classes}{Number Of All Classes}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Axiom Class Ratio==&lt;br /&gt;
&lt;br /&gt;
This metric describes the ratio between axioms and classes. It is calculated as the average amount of axioms per class.&lt;br /&gt;
 &amp;lt;math&amp;gt;Axiom class ratio=\frac{Axioms}{Classes}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Inverse Relations Ratio==&lt;br /&gt;
&lt;br /&gt;
This metric describes the ratio between the inverse relations and all relations.&lt;br /&gt;
It is calculated as follows:&lt;br /&gt;
 &amp;lt;math&amp;gt;Inverse Relations Ratio = \frac{Inverse Object Properties + Inverse Functional Data Properties}{All Object Properties + All Functional Data Properties}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Class Relation Ratio==&lt;br /&gt;
&lt;br /&gt;
This metric describes the ratio between the classes and the relations in the ontology.&lt;br /&gt;
 &amp;lt;math&amp;gt;Class Relation Ratio =\frac{Classes}{Relationships}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: The following ontology components are counted as relationships: Object Properties, Equivalent Classes, Disjoint Classes, Subclasses(Subclass of).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
#''Samir Tartir, I. Budak Arpinar, Amit P. Sheth: Ontological Evaluation and Validation&amp;lt;br /&amp;gt; In: Theory and Applications of Ontology: Computer Applications 2010, pp 115-130.&amp;lt;br /&amp;gt; http://link.springer.com/chapter/10.1007%2F978-90-481-8847-5_5''&lt;br /&gt;
#''Aldo Gangemi, Carola Catenacci, Massimiliano Ciaramita, Jos Lehmann: &amp;lt;br /&amp;gt;Ontology evaluation and validation - An integrated formal model for the quality diagnostic task&amp;lt;br /&amp;gt; September 2005, pp 19-20.  &amp;lt;br /&amp;gt;http://www.loa.istc.cnr.it/old/Files/OntoEval4OntoDev_Final.pdf&lt;/div&gt;</summary>
		<author><name>Adminofwiki</name></author>	</entry>

	</feed>