forked from INCATools/dead_simple_owl_design_patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport_into_cell.json
36 lines (36 loc) · 1.13 KB
/
import_into_cell.json
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
{
"classes": {
"chemical entity": "CHEBI_24431",
"extracellular region": "GO_0005576",
"intracellular part": "GO_0044424",
"macromolecular complex": "GO_0043234",
"transport": "GO_0006810"
},
"def": {
"text": "The directed movement of %s from outside of a cell into the cytoplasmic compartment. This may occur via transport across the plasma membrane or via endocytosis.",
"vars": [
"imported"
]
},
"equivalentTo": {
"text": "'transport' and ('has target start location' some 'extracellular region') and ('has target end location' some 'intracellular part') and ('imports' some %s)",
"vars": [
"imported"
]
},
"name": {
"text": "%s import into cell",
"vars": [
"imported"
]
},
"pattern_name": "import_into_cell",
"relations": {
"has target end location": "RO_0002339",
"has target start location": "RO_0002338",
"imports": "RO_0002340"
},
"vars": {
"imported": "'chemical entity' or 'macromolecular complex'"
}
}