-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequest.json
More file actions
45 lines (43 loc) · 1.3 KB
/
request.json
File metadata and controls
45 lines (43 loc) · 1.3 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
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"hydra": "http://www.w3.org/ns/hydra/core#",
"ogm": "https://opengeometadata.org/ns/ogm#",
"q": "schema:query",
"page": "hydra:pageIndex",
"per_page": "hydra:itemsPerPage",
"sort": { "@id": "ogm:sort" },
"callback": { "@id": "ogm:callback" },
"fields": { "@id": "ogm:fields", "@container": "@list" },
"facets": { "@id": "ogm:facets", "@container": "@list" },
"filters": {
"@id": "ogm:filters",
"@context": {
"@vocab": "ogm:filter/",
"geo": {
"@id": "ogm:geoFilter",
"@context": {
"type": "ogm:geoFilterType",
"field": "schema:location",
"lat": "schema:latitude",
"lon": "schema:longitude",
"top_left": { "@id": "ogm:topLeft" },
"bottom_right": { "@id": "ogm:bottomRight" },
"center": { "@id": "ogm:center" },
"distance": { "@id": "ogm:distanceValue" },
"points": {
"@id": "ogm:polygonPoint",
"@container": "@list"
},
"shape": "ogm:shapeGeoJSON",
"relation": {
"@id": "ogm:spatialRelation",
"@type": "@vocab"
}
}
}
}
}
}
}