forked from geneontology/go-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
anchored_membrane_component.yaml
55 lines (45 loc) · 1.34 KB
/
anchored_membrane_component.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
55
pattern_name: 'anchored_membrane_component'
classes:
'membrane': 'GO:0016020'
'side of membrane': 'GO:0098552'
'anchored component of membrane': 'GO:0031225'
relations:
'part of': 'BFO:0000050'
vars:
'membrane': 'membrane' or 'side of membrane'
# 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: "anchored component of %s"
vars:
- 'membrane'
def:
text: "The component of the %s consisting of the gene products that are tethered to the membrane only by a covalently attached anchor, such as a lipid group that is embedded in the membrane. Gene products with peptide sequences that are embedded in the membrane are excluded from this grouping."
vars:
- 'membrane'
xrefs: # Boilerplate - don't edit
value: def_xrefs
# Boilerplate - don't edit
xrefs:
value: cross_references
namespace:
text: 'biological_process' # e.g. biological_process, quoting is optional
equivalentTo:
text: "'anchored component of membrane' and 'part of' some %s"
vars:
- 'membrane'
# Boilerplate - don't edit
exact_synonyms:
value: exact_syn
narrow_synonyms:
value: narrow_syn
broad_synonyms:
value: broad_syn
related_synonyms:
value: related_syn