forked from mconlon17/vivo-pump
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpump_def.json
55 lines (55 loc) · 1.37 KB
/
pump_def.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
48
49
50
51
52
53
54
55
{
"entity_def": {
"order_by": "name",
"entity_sparql": "?uri a vivo:Building .",
"type": "vivo:Building"
},
"column_defs": {
"abbreviation": [
{
"predicate": {
"single": true,
"ref": "vivo:abbreviation"
},
"object": {
"literal": true
}
}
],
"url": [
{
"predicate": {
"single": false,
"ref": "vivo:webpage"
},
"object": {
"literal": false,
"type": "vivo:URLLink",
"name": "weburi",
"label": "Home Page"
}
},
{
"predicate": {
"single": true,
"ref": "vivo:linkURI"
},
"object": {
"literal": true
}
}
],
"name": [
{
"predicate": {
"single": true,
"ref": "rdfs:label"
},
"object": {
"filter": "improve_title",
"literal": true
}
}
]
}
}