forked from GAIA-X4PLC-AAD/ontology-management-base
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgeoreference.context.jsonld
More file actions
94 lines (94 loc) · 2.77 KB
/
Copy pathgeoreference.context.jsonld
File metadata and controls
94 lines (94 loc) · 2.77 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"comments": {
"description": "Auto-generated JSON-LD context for compact instance syntax",
"generator": "context_generator.py",
"source_owl": "artifacts/georeference/georeference.owl.ttl",
"source_shacl": "artifacts/georeference/georeference.shacl.ttl",
"note": "Transitional artifact - will be replaced by LinkML-generated context"
},
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"sh": "http://www.w3.org/ns/shacl#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"schema": "https://schema.org/",
"georeference": "https://w3id.org/ascs-ev/envited-x/georeference/v5/",
"city": {
"@id": "georeference:city"
},
"codeEPSG": {
"@id": "georeference:codeEPSG",
"@type": "xsd:integer"
},
"coordinateSystemName": {
"@id": "georeference:coordinateSystemName"
},
"country": {
"@id": "georeference:country"
},
"hasBoundingBox": {
"@id": "georeference:hasBoundingBox",
"@type": "@id"
},
"hasGeodeticReferenceSystem": {
"@id": "georeference:hasGeodeticReferenceSystem",
"@type": "@id"
},
"hasOrigin": {
"@id": "georeference:hasOrigin",
"@type": "@id"
},
"hasProjectLocation": {
"@id": "georeference:hasProjectLocation",
"@type": "@id"
},
"hasViewPoint": {
"@id": "georeference:hasViewPoint",
"@type": "@id"
},
"heightSystem": {
"@id": "georeference:heightSystem"
},
"lat": {
"@id": "georeference:lat",
"@type": "xsd:float"
},
"lon": {
"@id": "georeference:lon",
"@type": "xsd:float"
},
"region": {
"@id": "georeference:region"
},
"relationOrArea": {
"@id": "georeference:relationOrArea"
},
"state": {
"@id": "georeference:state"
},
"xMax": {
"@id": "georeference:xMax",
"@type": "xsd:float"
},
"xMin": {
"@id": "georeference:xMin",
"@type": "xsd:float"
},
"yMax": {
"@id": "georeference:yMax",
"@type": "xsd:float"
},
"yMin": {
"@id": "georeference:yMin",
"@type": "xsd:float"
},
"BoundingBox": "georeference:BoundingBox",
"GeodeticReferenceSystem": "georeference:GeodeticReferenceSystem",
"Georeference": "georeference:Georeference",
"LatLonCoordinate": "georeference:LatLonCoordinate",
"ProjectLocation": "georeference:ProjectLocation"
}
}