-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathobj_detail.json
More file actions
52 lines (52 loc) · 1.94 KB
/
Copy pathobj_detail.json
File metadata and controls
52 lines (52 loc) · 1.94 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
51
52
{
"proto": {
"id": "?_id",
"label": "$rdfs:label",
"identifier": "$dc:identifier$required",
"description": "$rdfs:comment",
"picture": "$ecrm:P62_depicts/skos:prefLabel$lang",
"img": "$ecrm:P138i_has_representation/schema:contentUrl",
"production": {
"id": "?production",
"location": {
"id" : "$ecrm:P8_took_place_on_or_within$required",
"type" : "$geonames:featureCode$required",
"label" : "$geonames:name$required",
"lat" : "$geo:lat$required",
"long" : "$geo:long$required",
"country" : "$geonames:parentCountry/geonames:name"
},
"material": "$ecrm:P126_employed/skos:prefLabel$lang",
"time": "$ecrm:P4_has_time-span/skos:prefLabel$lang",
"technique": "$ecrm:P32_used_general_technique/skos:prefLabel$lang",
"category": {
"id": "?assignedGroup",
"label": "?assignedGroupLabel"
}
}
},
"$lang": "en",
"$langTag" : "hide",
"$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 }"
],
"$values": {"_id":"http://data.silknow.org/object/aa4788c0-f59f-3503-9621-86f64ce43584"},
"$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/",
"schema": "http://schema.org/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"geo":"http://www.w3.org/2003/01/geo/wgs84_pos#",
"geonames":"http://www.geonames.org/ontology#",
"silk": "http://data.silknow.org/ontology/property/"
},
"grlc": {
"summary": "Get details information about a particular object",
"tags": ["object"],
"pagination": 100
}
}