-
Notifications
You must be signed in to change notification settings - Fork 1
/
simple_load_plan.json
47 lines (47 loc) · 1.26 KB
/
simple_load_plan.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
37
38
39
40
41
42
43
44
45
46
47
{
"context": {
"signor": "http://signor.uniroma2.it/relation_result.php?id=",
"BTO": "http://identifiers.org/bto/BTO:",
"uniprot": "http://identifiers.org/uniprot/",
"pubmed": "http://identifiers.org/pubmed/",
"cid": "http://identifiers.org/pubchem.compound/",
"sid": "http://identifiers.org/pubchem.substance/"
},
"source_plan":
{
"rep_prefix": "uniprot",
"rep_column": "PARTA",
"node_name_column": "PARTA",
"property_columns":
[
{
"column_name": "EDGEPROP",
"attribute_name": "TYPE"
}
]
},
"target_plan":
{
"rep_prefix": "uniprot",
"rep_column": "PARTB",
"node_name_column": "PARTB",
"property_columns":
[
{
"column_name": "EDGEPROP",
"attribute_name": "TYPE"
}
]
},
"edge_plan":
{
"default_predicate": "correlation",
"predicate_id_column": "INTERACTION",
"property_columns": [
{
"column_name": "EDGEPROP",
"attribute_name": "EDGEPROP"
}
]
}
}