Difference between revisions of "WormBase Model:SO term"
From WormBaseWiki
Jump to navigationJump to search (Created page with '__TOC__ WormBase Models == Curator Comments/Description == == Model == <pre> </pre> == Proposed Changes ==') |
|||
Line 11: | Line 11: | ||
== Model == | == Model == | ||
<pre> | <pre> | ||
+ | /////////////////////////////////////////////////////////////// | ||
+ | // | ||
+ | // ?SO_term class - krb 30062004 | ||
+ | // | ||
+ | //////////////////////////////////////////////////////////////// | ||
+ | |||
+ | |||
+ | ?SO_term Term ?Text | ||
+ | Located_sequence_feature UNIQUE Junction | ||
+ | Region | ||
+ | Sequence_variant | ||
+ | Synonym ?Text | ||
+ | Definition ?Text | ||
+ | Parent Is_a ?SO_term XREF Is | ||
+ | Part_of ?SO_term XREF Part | ||
+ | Derived_from ?SO_term XREF Derived | ||
+ | Child Is ?SO_term XREF Is_a | ||
+ | Part ?SO_term XREF Part_of | ||
+ | Derived ?SO_term XREF Derived_from | ||
+ | Attributes_of Feature ?Feature XREF SO_term | ||
+ | Ancestor ?SO_term XREF Descendent | ||
+ | Descendent ?SO_term XREF Ancestor | ||
+ | Version SOFA_ontology UNIQUE Float // Analogous to GO, the SO version number is only to be attached | ||
+ | SOFA_definition UNIQUE Float // to three parent SOFA terms under Located_sequence_feature | ||
</pre> | </pre> | ||
== Proposed Changes == | == Proposed Changes == |
Latest revision as of 09:34, 5 October 2010
Curator Comments/Description
Model
/////////////////////////////////////////////////////////////// // // ?SO_term class - krb 30062004 // //////////////////////////////////////////////////////////////// ?SO_term Term ?Text Located_sequence_feature UNIQUE Junction Region Sequence_variant Synonym ?Text Definition ?Text Parent Is_a ?SO_term XREF Is Part_of ?SO_term XREF Part Derived_from ?SO_term XREF Derived Child Is ?SO_term XREF Is_a Part ?SO_term XREF Part_of Derived ?SO_term XREF Derived_from Attributes_of Feature ?Feature XREF SO_term Ancestor ?SO_term XREF Descendent Descendent ?SO_term XREF Ancestor Version SOFA_ontology UNIQUE Float // Analogous to GO, the SO version number is only to be attached SOFA_definition UNIQUE Float // to three parent SOFA terms under Located_sequence_feature