| Literature DB >> 20807438 |
Robert Hoehndorf1, Anika Oellrich, Michel Dumontier, Janet Kelso, Dietrich Rebholz-Schuhmann, Heinrich Herre.
Abstract
BACKGROUND: most biomedical ontologies are represented in the OBO Flatfile Format, which is an easy-to-use graph-based ontology language. The semantics of the OBO Flatfile Format 1.2 enforces a strict predetermined interpretation of relationship statements between classes. It does not allow flexible specifications that provide better approximations of the intuitive understanding of the considered relations. If relations cannot be accurately expressed then ontologies built upon them may contain false assertions and hence lead to false inferences. Ontologies in the OBO Foundry must formalize the semantics of relations according to the OBO Relationship Ontology (RO). Therefore, being able to accurately express the intended meaning of relations is of crucial importance. Since the Web Ontology Language (OWL) is an expressive language with a formal semantics, it is suitable to de ne the meaning of relations accurately.Entities:
Mesh:
Year: 2010 PMID: 20807438 PMCID: PMC2942855 DOI: 10.1186/1471-2105-11-441
Source DB: PubMed Journal: BMC Bioinformatics ISSN: 1471-2105 Impact factor: 3.169
Relational pattern definitions for selected relations
| Relationship | OWLDEF Pattern |
|---|---|
| part-of | ?X subClassOf part-of some ?Y |
| has-part | ?X subClassOf has-part some ?Y |
| integral-part-of | (?X and not (part-of some ?Y)) or (?Y and not (has-part some ?X)) subClassOf Nothing |
| has-integral-part | (?X and not (has-part some ?Y)) or (?Y and not (part-of some ?X)) subClassOf Nothing |
| proper-part-of | ?X subClassOf proper-part-of some ?Y |
| has-proper-part | ?X subClassOf has-proper-part some ?Y |
| located-in | ?X subClassOf located-in some ?Y |
| location-of | ?X subClassOf location-of some ?Y |
| contained-in | ?X subClassOf contained-in some ?Y |
| contains | ?X subClassOf contains some ?Y |
| adjacent-to | ?X subClassOf adjacent-to some ?Y |
| transformation-of | ?X subClassOf transformation-of some ?Y |
| transformed-into | ?X subClassOf transformed-into some ?Y |
| derives-from | ?X subClassOf derives-from some ?Y |
| derived-into | ?X subClassOf derived-into some ?Y |
| preceded-by | ?X subClassOf preceded-by some ?Y |
| precedes | ?X subClassOf precedes some ?Y |
| has-participant | ?X subClassOf has-participant some ?Y |
| participates-in | ?X subClassOf participates-in some ?Y |
| has-agent | ?X subClassOf has-agent some ?Y |
| agent-in | ?X subClassOf agent-in some ?Y |
| ?X subClassOf realized-by only ?Y | |
| ?X subClassOf realizes some ?Y | |
| ?X subClassOf not (has-part some ?Y) | |
| ?X subClassOf has-function some ?Y | |
| ?X subClassOf not (has-function some ?Y) | |
| ?X subClassOf has-function some (realized-by only ?Y) |
Emphasized relations are not a part of the OBO Relationship Ontology, but are included in its extensions.