Section: Research Program
Knowledge representation semantics
We usually work with semantically defined knowledge representation languages (like description logics, conceptual graphs and object-based languages) [17] . Their semantics is usually defined within model theory initially developed for logics. The languages dedicated to the semantic web (rdf and owl ) follow that approach. rdf is a knowledge representation language dedicated to the annotation of resources within the framework of the semantic web. owl is designed for expressing ontologies: it describes concepts and relations that can be used within rdf .
We consider a language
A computer must determine if a particular expression (taken as a
query, for instance) is the consequence of a set of axioms (a
knowledge base). For that purpose, it uses programs, called
provers, that can be based on the processing of a set of
inference rules, on the construction of models or on procedural
programming. These programs are able to deduce theorems (noted
To solve this problem a trade-off between the expressivity of the language and the complexity of its provers has to be found. These considerations have led to the definition of languages with limited complexity – like conceptual graphs and object-based representations – or of modular families of languages with associated modular prover algorithms – like description logics.
Exmo mainly considers languages with well-defined semantics (such as rdf and owl that we contributed to define), and defines the semantics of some languages such as the sparql query language and alignment languages, in order to establish the properties of computer manipulations of the representations.