OntologyDBWiki/MAGEOMDiscussion: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>KaiRunte
No edit summary
imported>KaiRunte
No edit summary
Line 4: Line 4:
== Overview ==
== Overview ==


The MAGE-OM has three classes that are dedicated to referencing text entries from a controlled vocabulary or ontology. These classes are:
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]]
* Class [[OntologyEntry]]
Line 13: Line 13:
*** association: References to [[OntologyEntry]]
*** association: References to [[OntologyEntry]]
*** ontologyReference: Reference to DBEntry
*** ontologyReference: Reference to DBEntry
*** owner: String
*** owner: String [?]
*** creator: String
*** creator: String [?]
* Class DBEntry
* Class DBEntry
** Attributes:
** Attributes:
Line 27: Line 27:


== Comments/Questions ==
== Comments/Questions ==
The attributes owner and creator were not found in the [http://www.ebi.ac.uk/arrayexpress/Schema/MAGE/MAGE.htm array express object model documentation]. Maybe these were a simplification of the reference to a create object?
* the attributes owner and creator were not found in the [http://www.ebi.ac.uk/arrayexpress/Schema/MAGE/MAGE.htm array express object model documentation]. Maybe these were a simplification of the reference to a creator object?

Revision as of 14:33, 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 [?]
  • Class DBEntry
    • Attributes:
      • accession: String
      • accessionVersion: String
      • URI: String
      • database: Reference to Database
  • Class Database
    • Attributes:
      • version: String
      • URI: String

Comments/Questions