OntologyDBWiki/MAGEOMDiscussion: Difference between revisions
Jump to navigation
Jump to search
imported>KaiRunte No edit summary |
imported>KaiRunte No edit summary |
||
Line 6: | Line 6: | ||
The MAGE-OM has three classes that are dedicated to referencing text entries from a controlled vocabulary or ontology. These classes are (O2DBI version): | The MAGE-OM has three classes that are dedicated to referencing text entries from a controlled vocabulary or ontology. These classes are (O2DBI version): | ||
* Class | * Class OntologyEntry | ||
** Attributes: | ** Attributes: | ||
*** category: String | *** category: String | ||
*** value: String | *** value: String | ||
*** description: String | *** description: String | ||
*** association: References to | *** association: References to OntologyEntry | ||
*** ontologyReference: Reference to DBEntry | *** ontologyReference: Reference to DBEntry | ||
*** owner: String [?] | *** owner: String [?] |
Revision as of 14:38, 13 December 2004
Discussion of the MAGE object model (MAGE-OM) ontology classes
Overview
The MAGE-OM has three classes that are dedicated to referencing text entries from a controlled vocabulary or ontology. These classes are (O2DBI version):
- Class OntologyEntry
- Attributes:
- category: String
- value: String
- description: String
- association: References to OntologyEntry
- ontologyReference: Reference to DBEntry
- owner: String [?]
- creator: String [?]
- Attributes:
- Class DBEntry
- Attributes:
- accession: String
- accessionVersion: String
- URI: String
- database: Reference to Database
- Attributes:
- Class Database
- Attributes:
- version: String
- URI: String
- Attributes:
Comments/Questions
- the attributes owner and creator were not found in the array express object model documentation. Maybe these were a simplification of the reference to a creator object?