Template:CL: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
*name: [[name::{{{name}}}]] | *name: [[name::{{{name}}}]] | ||
{{#if: {{{namespace}}} | *namespace: [[namespace::{{{namespace}}}]] |}} | {{#if: {{{namespace}}} | *namespace: [[namespace::{{{namespace}}}]] |}} | ||
{{#if: {{{def}}} | *def: [[def::{{{def}}}]] |}} | |||
{{#if: {{{xref}}} | *xref: [[xref::{{{xref}}}]] |}} | |||
{{#if: {{{is_a}}} | *is_a: [[is_a::{{{is_a}}}]] |}} | |||
{{#if: {{{synonym}}} | *synonym: [[synonym::{{{synonym}}}]] |}} | |||
{{#if: {{{comment}}} | *comment: [[comment::{{{comment}}}]] |}} | |||
{{#if: {{{alt_id}}} | *alt_id: [[alt_id::{{{alt_id}}}]] |}} | |||
{{#if: {{{disjoint_from}}} | *disjoint_from: [[disjoint_from::{{{disjoint_from}}}]] |}} | |||
{{#if: {{{union_of}}} | *union_of: [[union_of::{{{union_of}}}]] |}} | |||
{{#if: {{{created_by}}} | *created_by: [[created_by::{{{created_by}}}]] |}} | |||
{{#if: {{{creation_date}}} | *creation_date: [[creation_date::{{{creation_date}}}]] |}} | |||
{{#if: {{{adjacent_to}}} | *adjacent_to: [[adjacent_to::{{{adjacent_to}}}]] |}} | |||
{{#if: {{{derives_from}}} | *derives_from: [[derives_from::{{{derives_from}}}]] |}} | |||
{{#if: {{{develops_from}}} | *develops_from: [[develops_from::{{{develops_from}}}]] |}} | |||
{{#if: {{{has_quality}}} | *has_quality: [[has_quality::{{{has_quality}}}]] |}} | |||
{{#if: {{{located_in}}} | *located_in: [[located_in::{{{located_in}}}]] |}} | |||
{{#if: {{{part_of}}} | *part_of: [[part_of::{{{part_of}}}]] |}} | |||
== Ontology Tree == | |||
<onttree nodeid={{{id}}} /> | |||
== FF samples == | |||
[[Category:Cell_Ontology]] | [[Category:Cell_Ontology]] |
Revision as of 11:28, 2 February 2012
outline
- id: {{{id}}}
- name: {{{name}}}
- namespace: {{{namespace}}}
- def: {{{def}}}
- xref: {{{xref}}}
- is_a: {{{is_a}}}
- synonym: {{{synonym}}}
- comment: {{{comment}}}
- alt_id: {{{alt_id}}}
- disjoint_from: {{{disjoint_from}}}
- union_of: {{{union_of}}}
- created_by: {{{created_by}}}
- creation_date: {{{creation_date}}}
- adjacent_to: {{{adjacent_to}}}
- derives_from: {{{derives_from}}}
- develops_from: {{{develops_from}}}
- has_quality: {{{has_quality}}}
- located_in: {{{located_in}}}
- part_of: {{{part_of}}}
Ontology Tree
<onttree nodeid={{{id}}} />