forked from GAIA-X4PLC-AAD/ontology-management-base
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.context.jsonld
More file actions
35 lines (35 loc) · 1.2 KB
/
example.context.jsonld
File metadata and controls
35 lines (35 loc) · 1.2 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/example/example.owl.ttl",
"source_shacl": "artifacts/example/example.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/",
"example": "https://w3id.org/gaia-x4plcaad/ontologies/example/v1/",
"belongsTo": {
"@id": "example:belongsTo",
"@type": "@id"
},
"hasJunctionIntersection": {
"@id": "example:hasJunctionIntersection",
"@type": "@id"
},
"property1": {
"@id": "example:property1"
},
"property2": {
"@id": "example:property2"
},
"ExampleServiceOffering": "example:ExampleServiceOffering"
}
}