forked from GAIA-X4PLC-AAD/ontology-management-base
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdescription.context.jsonld
More file actions
35 lines (35 loc) · 1.24 KB
/
description.context.jsonld
File metadata and controls
35 lines (35 loc) · 1.24 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
{
"comments": {
"description": "Auto-generated JSON-LD context for compact instance syntax",
"generator": "context_generator.py",
"source_owl": "artifacts/description/description.owl.ttl",
"source_shacl": "artifacts/description/description.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/",
"description": "https://w3id.org/gaia-x4plcaad/ontologies/description/v1/",
"belongsTo": {
"@id": "description:belongsTo",
"@type": "@id"
},
"hasJunctionIntersection": {
"@id": "description:hasJunctionIntersection",
"@type": "@id"
},
"property1": {
"@id": "description:property1"
},
"property2": {
"@id": "description:property2"
},
"ExampleServiceOffering": "description:ExampleServiceOffering"
}
}