forked from GAIA-X4PLC-AAD/ontology-management-base
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment-model.context.jsonld
More file actions
117 lines (117 loc) · 3.81 KB
/
environment-model.context.jsonld
File metadata and controls
117 lines (117 loc) · 3.81 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"comments": {
"description": "Auto-generated JSON-LD context for compact instance syntax",
"generator": "context_generator.py",
"source_owl": "artifacts/environment-model/environment-model.owl.ttl",
"source_shacl": "artifacts/environment-model/environment-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/",
"environment-model": "https://w3id.org/ascs-ev/envited-x/environment-model/v5/",
"envited-x": "https://w3id.org/ascs-ev/envited-x/envited-x/v3/",
"georeference": "https://w3id.org/ascs-ev/envited-x/georeference/v5/",
"creationToolName": {
"@id": "environment-model:creationToolName"
},
"creationToolVendor": {
"@id": "environment-model:creationToolVendor"
},
"creationToolVersion": {
"@id": "environment-model:creationToolVersion"
},
"detailLevel": {
"@id": "environment-model:detailLevel"
},
"elements": {
"@id": "environment-model:elements"
},
"features": {
"@id": "environment-model:features"
},
"formatType": {
"@id": "environment-model:formatType"
},
"geometryCount": {
"@id": "environment-model:geometryCount",
"@type": "xsd:integer"
},
"hasContent": {
"@id": "environment-model:hasContent",
"@type": "@id"
},
"hasDomainSpecification": {
"@id": "environment-model:hasDomainSpecification",
"@type": "@id"
},
"hasFormat": {
"@id": "environment-model:hasFormat",
"@type": "@id"
},
"hasGeoreference": {
"@id": "environment-model:hasGeoreference",
"@type": "@id"
},
"hasManifest": {
"@id": "environment-model:hasManifest",
"@type": "@id"
},
"hasProject": {
"@id": "environment-model:hasProject",
"@type": "@id"
},
"hasQuality": {
"@id": "environment-model:hasQuality",
"@type": "@id"
},
"hasQuantity": {
"@id": "environment-model:hasQuantity",
"@type": "@id"
},
"hasResourceDescription": {
"@id": "environment-model:hasResourceDescription",
"@type": "@id"
},
"textureMaterialCount": {
"@id": "environment-model:textureMaterialCount",
"@type": "xsd:integer"
},
"textureResolution": {
"@id": "environment-model:textureResolution",
"@type": "xsd:float"
},
"triangleCount": {
"@id": "environment-model:triangleCount",
"@type": "xsd:integer"
},
"useCase": {
"@id": "environment-model:useCase"
},
"version": {
"@id": "environment-model:version"
},
"visualisationToolName": {
"@id": "environment-model:visualisationToolName"
},
"visualisationToolVendor": {
"@id": "environment-model:visualisationToolVendor"
},
"visualisationToolVersion": {
"@id": "environment-model:visualisationToolVersion"
},
"Content": "environment-model:Content",
"DomainSpecification": "environment-model:DomainSpecification",
"EnvironmentModel": "environment-model:EnvironmentModel",
"Format": "environment-model:Format",
"Project": "environment-model:Project",
"Quality": "environment-model:Quality",
"Quantity": "environment-model:Quantity"
}
}