|
23 | 23 | <!-- bioentity: Gene of gene product ID. -->
|
24 | 24 | <!-- annotation: A unique (and internal) combination of bioentity and ontology class. -->
|
25 | 25 | <!-- general: The mangled internal ID for this entity. -->
|
26 |
| - <!-- model_annotation: A unique (and internal) thing. --> |
| 26 | + <!-- model_annotation: CURIE form of annoton (molecular function individual) --> |
27 | 27 | <!-- noctua_model_meta: The mangled internal ID for this entity. -->
|
28 | 28 | <!-- family: Family ID. -->
|
29 | 29 | <!-- bbop_ann_ev_agg: Gene/product ID. -->
|
|
126 | 126 | <field name="topology_graph_json" type="string" required="false" multiValued="false" indexed="false" stored="true"/>
|
127 | 127 | <!-- ontology: JSON blob form of the local relation transitivity graph. Uses various relations (including regulates, occurs in, capable_of). -->
|
128 | 128 | <field name="regulates_transitivity_graph_json" type="string" required="false" multiValued="false" indexed="false" stored="true"/>
|
| 129 | + <!-- ontology: JSON blob form of the local relation transitivity graph. --> |
| 130 | + <field name="isa_partof_transitivity_graph_json" type="string" required="false" multiValued="false" indexed="false" stored="true"/> |
129 | 131 | <!-- ontology: JSON blob form of all immediate neighbors of the term. -->
|
130 | 132 | <field name="neighborhood_graph_json" type="string" required="false" multiValued="false" indexed="false" stored="true"/>
|
131 | 133 | <!-- ontology: JSON blob form of all immediate neighbors of the term; in the case that there are too many neighbors to transport, the number will be artificially reduced. -->
|
|
201 | 203 | <!-- bioentity_for_browser: Taxonomic group -->
|
202 | 204 | <!-- annotation: Taxonomic group. -->
|
203 | 205 | <!-- annotation_for_browser: Taxonomic group. -->
|
204 |
| - <!-- model_annotation: GAF column 13 (taxon). --> |
| 206 | + <!-- model_annotation: taxon of the entity in enabled_by --> |
205 | 207 | <!-- bbop_ann_ev_agg: Column 13: taxon. -->
|
206 | 208 | <field name="taxon" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
207 | 209 | <!-- bioentity: Taxonomic group -->
|
208 | 210 | <!-- bioentity_for_browser: Taxonomic group -->
|
209 | 211 | <!-- annotation: Taxonomic group and ancestral groups. -->
|
210 | 212 | <!-- annotation_for_browser: Taxonomic group and ancestral groups. -->
|
211 |
| - <!-- model_annotation: Taxon derived from GAF column 13 and ncbi_taxonomy.obo. --> |
| 213 | + <!-- model_annotation: label for taxon --> |
212 | 214 | <!-- bbop_ann_ev_agg: Derived from C13 + ncbi_taxonomy.obo. -->
|
213 | 215 | <field name="taxon_label" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
214 | 216 | <!--An easily searchable (TextField tokenized) version of taxon_label.-->
|
|
218 | 220 | <!-- bioentity_for_browser: Taxonomic group and ancestral groups. -->
|
219 | 221 | <!-- annotation: Taxonomic group and ancestral groups. -->
|
220 | 222 | <!-- annotation_for_browser: Taxonomic group and ancestral groups. -->
|
221 |
| - <!-- model_annotation: Taxon IDs derived from GAF column 13 and ncbi_taxonomy.obo. --> |
| 223 | + <!-- model_annotation: is_a closure of taxon --> |
222 | 224 | <!-- bbop_ann_ev_agg: IDs derived from C13 + ncbi_taxonomy.obo. -->
|
223 | 225 | <field name="taxon_closure" type="string" required="false" multiValued="true" indexed="true" stored="true"/>
|
224 | 226 | <!-- bioentity: Taxonomic group and ancestral groups. -->
|
225 | 227 | <!-- bioentity_for_browser: Taxonomic group and ancestral groups. -->
|
226 | 228 | <!-- annotation: Taxonomic group and ancestral groups. -->
|
227 | 229 | <!-- annotation_for_browser: Taxonomic group and ancestral groups. -->
|
228 |
| - <!-- model_annotation: Taxon label closure derived from GAF column 13 and ncbi_taxonomy.obo. --> |
| 230 | + <!-- model_annotation: labels of is_a closure. --> |
229 | 231 | <!-- bbop_ann_ev_agg: Labels derived from C13 + ncbi_taxonomy.obo. -->
|
230 | 232 | <field name="taxon_closure_label" type="string" required="false" multiValued="true" indexed="true" stored="true"/>
|
231 | 233 | <!--An easily searchable (TextField tokenized) version of taxon_closure_label.-->
|
|
262 | 264 | <field name="annotation_class_list_map" type="string" required="false" multiValued="false" indexed="false" stored="true"/>
|
263 | 265 | <!-- bioentity: PANTHER families that are associated with this entity. -->
|
264 | 266 | <!-- annotation: PANTHER families that are associated with this entity. -->
|
265 |
| - <!-- model_annotation: PANTHER family IDs that are associated with this entity. --> |
| 267 | + <!-- model_annotation: PANTHER family IDs that are associated with this entity, not yet populated. --> |
266 | 268 | <!-- family: PANTHER family IDs that are associated with this entity. -->
|
267 | 269 | <!-- bbop_ann_ev_agg: Family IDs that are associated with this entity. -->
|
268 | 270 | <field name="panther_family" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
|
413 | 415 | <!--An easily searchable (TextField tokenized) version of general_blob.-->
|
414 | 416 | <field name="general_blob_searchable" type="text_searchable" required="false" multiValued="false" indexed="true" stored="true"/>
|
415 | 417 | <copyField source="general_blob" dest="general_blob_searchable"/>
|
416 |
| - <!-- model_annotation: ???. --> |
| 418 | + <!-- model_annotation: Same as id --> |
417 | 419 | <!-- noctua_model_meta: The title(s) associated with the model. -->
|
418 | 420 | <field name="annotation_unit" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
419 |
| - <!-- model_annotation: ???. --> |
| 421 | + <!-- model_annotation: Generally not display but for debug purpose can be concatenation of gene product label, function, process etc --> |
420 | 422 | <!-- noctua_model_meta: The title(s) associated with the model. -->
|
421 | 423 | <field name="annotation_unit_label" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
422 | 424 | <!--An easily searchable (TextField tokenized) version of annotation_unit_label.-->
|
423 | 425 | <field name="annotation_unit_label_searchable" type="text_searchable" required="false" multiValued="false" indexed="true" stored="true"/>
|
424 | 426 | <copyField source="annotation_unit_label" dest="annotation_unit_label_searchable"/>
|
425 |
| - <!-- model_annotation: ???. --> |
| 427 | + <!-- model_annotation: The CURIE of the model to which the annoton belongs --> |
426 | 428 | <field name="model" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
427 |
| - <!-- model_annotation: ???. --> |
| 429 | + <!-- model_annotation: The dc:title of the model to which the annoton belongs --> |
428 | 430 | <field name="model_label" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
429 | 431 | <!--An easily searchable (TextField tokenized) version of model_label.-->
|
430 | 432 | <field name="model_label_searchable" type="text_searchable" required="false" multiValued="false" indexed="true" stored="true"/>
|
431 | 433 | <copyField source="model_label" dest="model_label_searchable"/>
|
432 |
| - <!-- model_annotation: ???. --> |
| 434 | + <!-- model_annotation: The URI of the model to which the annoton belongs --> |
433 | 435 | <field name="model_url" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
434 |
| - <!-- model_annotation: ???. --> |
| 436 | + <!-- model_annotation: Curation status --> |
435 | 437 | <!-- noctua_model_meta: The editorial state of the model. -->
|
436 | 438 | <field name="model_state" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
437 | 439 | <!-- model_annotation: set of all literal values of all annotation assertions in model -->
|
438 | 440 | <field name="annotation_value" type="string" required="false" multiValued="true" indexed="true" stored="true"/>
|
439 |
| - <!-- model_annotation: ???. --> |
| 441 | + <!-- model_annotation: Value of dc:contributor fields for the annoton --> |
440 | 442 | <!-- noctua_model_meta: Contributor identity. -->
|
441 | 443 | <field name="contributor" type="string" required="false" multiValued="true" indexed="true" stored="true"/>
|
442 | 444 | <!--An easily searchable (TextField tokenized) version of contributor.-->
|
443 | 445 | <field name="contributor_searchable" type="text_searchable" required="false" multiValued="true" indexed="true" stored="true"/>
|
444 | 446 | <copyField source="contributor" dest="contributor_searchable"/>
|
445 |
| - <!-- model_annotation: Last modified --> |
| 447 | + <!-- model_annotation: Value of dc:date field for the annoton --> |
446 | 448 | <!-- noctua_model_meta: Model last modification dates. -->
|
447 | 449 | <field name="model_date" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
448 | 450 | <!--An easily searchable (TextField tokenized) version of model_date.-->
|
449 | 451 | <field name="model_date_searchable" type="text_searchable" required="false" multiValued="false" indexed="true" stored="true"/>
|
450 | 452 | <copyField source="model_date" dest="model_date_searchable"/>
|
451 |
| - <!-- model_annotation: ??? --> |
| 453 | + <!-- model_annotation: The CURIE for the ro:enabled_by.rdf:type value of the annoton/MF individual --> |
452 | 454 | <field name="enabled_by" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
453 | 455 | <!--An easily searchable (TextField tokenized) version of enabled_by.-->
|
454 | 456 | <field name="enabled_by_searchable" type="text_searchable" required="false" multiValued="false" indexed="true" stored="true"/>
|
455 | 457 | <copyField source="enabled_by" dest="enabled_by_searchable"/>
|
456 |
| - <!-- model_annotation: ??? --> |
| 458 | + <!-- model_annotation: Searchable label version of the gene product --> |
457 | 459 | <field name="enabled_by_label" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
458 | 460 | <!--An easily searchable (TextField tokenized) version of enabled_by_label.-->
|
459 | 461 | <field name="enabled_by_label_searchable" type="text_searchable" required="false" multiValued="false" indexed="true" stored="true"/>
|
460 | 462 | <copyField source="enabled_by_label" dest="enabled_by_label_searchable"/>
|
461 |
| - <!-- model_annotation: Function acc/ID. --> |
| 463 | + <!-- model_annotation: This is the value of rdf:type for the annoton/MF instance --> |
462 | 464 | <field name="function_class" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
463 | 465 | <!-- model_annotation: Common function name. -->
|
464 | 466 | <field name="function_class_label" type="string" required="false" multiValued="false" indexed="true" stored="true"/>
|
|
0 commit comments