-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathobj_map.json
More file actions
50 lines (50 loc) · 1.88 KB
/
obj_map.json
File metadata and controls
50 lines (50 loc) · 1.88 KB
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
{
"proto": {
"id": "?id",
"label": "$rdfs:label$required",
"identifier": "$dc:identifier$required",
"production": {
"id": "?production",
"material": "$ecrm:P126_employed/skos:prefLabel$var:?__material$lang",
"location": {
"id" : "$ecrm:P8_took_place_on_or_within$required",
"type" : "$geonames:featureCode$required",
"label" : "$geonames:name$var:?__location$required",
"lat" : "$geo:lat$required",
"long" : "$geo:long$required",
"country" : "$geonames:parentCountry/geonames:name$var:?__country"
},
"technique": "$ecrm:P32_used_general_technique/skos:prefLabel$var:?__technique$lang",
"time": "?__time$lang",
"category":{
"id": "?assignedGroup",
"label": "?assignedGroupLabel"
}
}
},
"$where": [
"?id a ecrm:E22_Man-Made_Object",
"?production ecrm:P108_has_produced ?id",
"OPTIONAL { ?typ ecrm:P41_classified ?id; silk:L4|silk:L1 ?digTypeAssigned . ?assignedGroup skos:member ?digTypeAssigned . ?assignedGroup skos:prefLabel ?assignedGroupLabel }",
"{ ?production ecrm:P4_has_time-span/ecrm:P86_falls_within ?ts} UNION { ?production ecrm:P4_has_time-span ?ts }",
"?ts skos:inScheme <http://vocab.getty.edu/aat/>",
"?ts skos:prefLabel ?__time"
],
"$prefixes": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"crmdig": "http://www.ics.forth.gr/isl/CRMext/CRMdig.rdfs/",
"ecrm": "http://erlangen-crm.org/current/",
"dc": "http://purl.org/dc/elements/1.1/",
"geo":"http://www.w3.org/2003/01/geo/wgs84_pos#",
"geonames":"http://www.geonames.org/ontology#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"silk": "http://data.silknow.org/ontology/property/"
},
"$lang": "en",
"$langTag" : "hide",
"grlc": {
"summary": "Obtain a list of silk objects (map version)",
"tags": ["map"],
"pagination": 100
}
}