forked from GAIA-X4PLC-AAD/ontology-management-base
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgeneral.context.jsonld
More file actions
41 lines (41 loc) · 1.3 KB
/
general.context.jsonld
File metadata and controls
41 lines (41 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
{
"comments": {
"description": "Auto-generated JSON-LD context for compact instance syntax",
"generator": "context_generator.py",
"source_owl": "artifacts/general/general.owl.ttl",
"source_shacl": "artifacts/general/general.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/",
"general": "https://w3id.org/gaia-x4plcaad/ontologies/general/v3/",
"data": {
"@id": "general:data",
"@type": "@id"
},
"description": {
"@id": "general:description"
},
"name": {
"@id": "general:name"
},
"recordingTime": {
"@id": "general:recordingTime",
"@type": "xsd:dateTime"
},
"size": {
"@id": "general:size",
"@type": "xsd:float"
},
"Data": "general:Data",
"Description": "general:Description",
"General": "general:General"
}
}