forked from geneontology/go-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chemical_transport.yaml
54 lines (44 loc) · 1.15 KB
/
chemical_transport.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
pattern_name: 'chemical_transport' # Add a name used to identify the pattern here.
classes:
'transport':'GO:0006810'
'chemical entity':'CHEBI:24431'
relations:
'transports_or_maintains_localization_of':'RO:0002313'
vars:
'chemical':"chemical entity"
# Boilerplate - don't edit
data_list_vars:
def_xrefs: "xsd:string"
cross_references: "xsd:string"
exact_syn: "xsd:string"
narrow_syn: "xsd:string"
broad_syn: "xsd:string"
related_syn: "xsd:string"
name:
text: "%s transport"
vars:
- 'chemical'
def:
text: "The directed movement of %s into, out of or within a cell, or between cells, by means of some agent such as a transporter or pore."
vars:
- 'chemical'
xrefs: # Boilerplate - don't edit
value: def_xrefs
# Boilerplate - don't edit
xrefs:
value: cross_references
namespace:
text: 'biological_process'
equivalentTo:
text: "'transport' and 'transports_or_maintains_localization_of' some %s"
vars:
- 'chemical'
# Boilerplate - don't edit
exact_synonyms:
value: exact_syn
narrow_synonyms:
value: narrow_syn
broad_synonyms:
value: broad_syn
related_synonyms:
value: related_syn