forked from binfalse/COMODI
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Martin Scharm edited this page Mar 12, 2016
·
5 revisions
COMODI is an ontology, because COmputational MOdels Differ. Have a look at the following figure to have a quick-start on COMODI. A detailed description is available at the COMODI web page.
(click to get a larger version)
- The COMODI namespace is
http://purl.uni-rostock.de/comodi/comodi#and we recommend usingcomodi:as a prefix. That means if you want to address theKnowledgeGainterm you should go forcomodi:KnowledgeGainto link tohttp://purl.uni-rostock.de/comodi/comodi#KnowledgeGain - The central subtree in COMODI is rooted by
comodi:Change. - A
comodi:Changecan be described in detail using four object properties and terms of the four other branches in COMODI. That means acomodi:Change... -
comodi:appliesTocomodi:XmlEntity— links a change to acomodi:XmlEntity, e.g., an XML attribute (seecomodi:XmlAttribute). -
comodi:hasIntentioncomodi:Intention— explains the intention of a change, e.g., an extension of the model (seecomodi:Expansion). -
comodi:hasReasoncomodi:Reason— provides a reason for a change, e.g., a mismatch with the corresponding publication (seecomodi:MismatchWithPublication). -
comodi:affectscomodi:Target— indicates which part of the model has changed, e.g., a species definition (seecomodi:SpeciesSetup).
- Explore COMODI at the project's website
- Please help us improving the ontology
- There is a JAVA library to use COMODI in your tools: jCOMODI
- COMODI is mirrored to BioPortal, see COMODI on BioPortal.