ontology language

{{Short description|Formal language used to construct ontologies}}

{{Multiple issues|

{{Original research|date=July 2014}}

{{Refimprove|date=May 2017}}

{{More footnotes|date=May 2017}}

}}

In computer science and artificial intelligence, ontology languages are formal languages used to construct ontologies. They allow the encoding of knowledge about specific domains and often include reasoning rules that support the processing of that knowledge. Ontology languages are usually declarative languages, are almost always generalizations of frame languages, and are commonly based on either first-order logic or on description logic.

Classification of ontology languages

=Classification by syntax=

==Traditional syntax ontology languages==

==Markup ontology languages==

These languages use a markup scheme to encode knowledge, most commonly with XML.

== Controlled natural languages ==

  • Attempto Controlled EnglishKuhn, Tobias. "[https://www.researchgate.net/profile/Tobias_Kuhn/publication/228638589_Attempto_Controlled_English_as_ontology_language/links/0c9605186218a9b99e000000.pdf Attempto Controlled English as ontology language]." REWERSE Annual Meeting. 2006.

== Open vocabulary natural languages ==

=Classification by structure (logic type)=

==Frame-based==

Three languages are completely or partially frame-based languages.

==Description logic-based==

Description logic provides an extension of frame languages, without going so far as to take the leap to first-order logic and support for arbitrary predicates.

Gellish is an example of a combined ontology language and ontology that is description logic-based. It distinguishes between the semantic differences among others of:

  • relation types for relations between concepts (classes)
  • relation types for relations between individuals
  • relation types for relations between individuals and classes

It also contains constructs to express queries and communicative intent.

==First-order logic-based==

Several ontology languages support expressions in first-order logic and allow general predicates.

See also

Notes

{{reflist}}

References

  • Oscar Corcho, Asuncion Gomez-Perez, [http://www.cs.man.ac.uk/~ocorcho/documents/ekaw00_CorchoGomezPerez.pdf A Roadmap to Ontology Specification Languages] (2000)
  • [http://www.inf.unibz.it/~franconi/dl/course/ Introduction to Description Logics – DL course] by Enrico Franconi, Faculty of Computer Science, Free University of Bolzano, Italy

{{Automated reasoning}}

{{Non-classical logic}}

Category:Modeling languages