forked from GAIA-X4PLC-AAD/ontology-management-base
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsimulated-sensor.context.jsonld
More file actions
71 lines (71 loc) · 2.3 KB
/
simulated-sensor.context.jsonld
File metadata and controls
71 lines (71 loc) · 2.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
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
{
"comments": {
"description": "Auto-generated JSON-LD context for compact instance syntax",
"generator": "context_generator.py",
"source_owl": "artifacts/simulated-sensor/simulated-sensor.owl.ttl",
"source_shacl": "artifacts/simulated-sensor/simulated-sensor.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/",
"simulated-sensor": "https://w3id.org/gaia-x4plcaad/ontologies/simulated-sensor/v2/",
"depthFlag": {
"@id": "simulated-sensor:depthFlag",
"@type": "xsd:boolean"
},
"distance": {
"@id": "simulated-sensor:distance",
"@type": "xsd:float"
},
"fieldOfView": {
"@id": "simulated-sensor:fieldOfView",
"@type": "@id"
},
"flag3D": {
"@id": "simulated-sensor:flag3D",
"@type": "xsd:boolean"
},
"fovAngle1": {
"@id": "simulated-sensor:fovAngle1",
"@type": "xsd:float"
},
"fovAngle2": {
"@id": "simulated-sensor:fovAngle2",
"@type": "xsd:float"
},
"fovAngle3": {
"@id": "simulated-sensor:fovAngle3",
"@type": "xsd:float"
},
"mountingPosition": {
"@id": "simulated-sensor:mountingPosition"
},
"numberOfBeams": {
"@id": "simulated-sensor:numberOfBeams",
"@type": "xsd:integer"
},
"rgbFlag": {
"@id": "simulated-sensor:rgbFlag",
"@type": "xsd:boolean"
},
"sensorIdentifier": {
"@id": "simulated-sensor:sensorIdentifier"
},
"sensorType": {
"@id": "simulated-sensor:sensorType",
"@type": "@id"
},
"Camera": "simulated-sensor:Camera",
"FieldOfView": "simulated-sensor:FieldOfView",
"Lidar": "simulated-sensor:Lidar",
"Radar": "simulated-sensor:Radar",
"SimulatedSensor": "simulated-sensor:SimulatedSensor"
}
}