forked from GAIA-X4PLC-AAD/ontology-management-base
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsurface-model.context.jsonld
More file actions
101 lines (101 loc) · 3.18 KB
/
surface-model.context.jsonld
File metadata and controls
101 lines (101 loc) · 3.18 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
95
96
97
98
99
100
101
{
"comments": {
"description": "Auto-generated JSON-LD context for compact instance syntax",
"generator": "context_generator.py",
"source_owl": "artifacts/surface-model/surface-model.owl.ttl",
"source_shacl": "artifacts/surface-model/surface-model.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/",
"surface-model": "https://w3id.org/ascs-ev/envited-x/surface-model/v6/",
"envited-x": "https://w3id.org/ascs-ev/envited-x/envited-x/v3/",
"georeference": "https://w3id.org/ascs-ev/envited-x/georeference/v5/",
"contentType": {
"@id": "surface-model:contentType"
},
"elevationRange": {
"@id": "surface-model:elevationRange",
"@type": "xsd:float"
},
"formatType": {
"@id": "surface-model:formatType"
},
"hasContent": {
"@id": "surface-model:hasContent",
"@type": "@id"
},
"hasDomainSpecification": {
"@id": "surface-model:hasDomainSpecification",
"@type": "@id"
},
"hasFormat": {
"@id": "surface-model:hasFormat",
"@type": "@id"
},
"hasGeoreference": {
"@id": "surface-model:hasGeoreference",
"@type": "@id"
},
"hasManifest": {
"@id": "surface-model:hasManifest",
"@type": "@id"
},
"hasQuality": {
"@id": "surface-model:hasQuality",
"@type": "@id"
},
"hasQuantity": {
"@id": "surface-model:hasQuantity",
"@type": "@id"
},
"hasResourceDescription": {
"@id": "surface-model:hasResourceDescription",
"@type": "@id"
},
"length": {
"@id": "surface-model:length",
"@type": "xsd:float"
},
"mapDataField": {
"@id": "surface-model:mapDataField",
"@type": "xsd:boolean"
},
"orientation": {
"@id": "surface-model:orientation",
"@type": "xsd:float"
},
"platformExists": {
"@id": "surface-model:platformExists",
"@type": "xsd:boolean"
},
"rampExists": {
"@id": "surface-model:rampExists",
"@type": "xsd:boolean"
},
"resolutionLateral": {
"@id": "surface-model:resolutionLateral",
"@type": "xsd:float"
},
"resolutionLongitudinal": {
"@id": "surface-model:resolutionLongitudinal",
"@type": "xsd:float"
},
"version": {
"@id": "surface-model:version"
},
"Content": "surface-model:Content",
"DomainSpecification": "surface-model:DomainSpecification",
"Format": "surface-model:Format",
"Quality": "surface-model:Quality",
"Quantity": "surface-model:Quantity",
"SurfaceModel": "surface-model:SurfaceModel"
}
}