forked from GAIA-X4PLC-AAD/ontology-management-base
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvited-x.context.jsonld
More file actions
76 lines (76 loc) · 2.64 KB
/
envited-x.context.jsonld
File metadata and controls
76 lines (76 loc) · 2.64 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
{
"comments": {
"description": "Auto-generated JSON-LD context for compact instance syntax",
"generator": "context_generator.py",
"source_owl": "artifacts/envited-x/envited-x.owl.ttl",
"source_shacl": "artifacts/envited-x/envited-x.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/",
"envited-x": "https://w3id.org/ascs-ev/envited-x/envited-x/v3/",
"manifest": "https://w3id.org/ascs-ev/envited-x/manifest/v5/",
"gx": "https://w3id.org/gaia-x/development#",
"hasCodeArtifact": {
"@id": "envited-x:hasCodeArtifact",
"@type": "@id"
},
"hasContent": {
"@id": "envited-x:hasContent"
},
"hasDataSource": {
"@id": "envited-x:hasDataSource"
},
"hasDomainSpecification": {
"@id": "envited-x:hasDomainSpecification",
"@type": "@id"
},
"hasFormat": {
"@id": "envited-x:hasFormat"
},
"hasManifest": {
"@id": "envited-x:hasManifest",
"@type": "@id"
},
"hasQuality": {
"@id": "envited-x:hasQuality"
},
"hasQuantity": {
"@id": "envited-x:hasQuantity"
},
"hasResourceDescription": {
"@id": "envited-x:hasResourceDescription",
"@type": "@id"
},
"hasServiceOffering": {
"@id": "envited-x:hasServiceOffering",
"@type": "@id"
},
"hasSoftwareResource": {
"@id": "envited-x:hasSoftwareResource",
"@type": "@id"
},
"CodeArtifactBase": "envited-x:CodeArtifactBase",
"CodeAsset": "envited-x:CodeAsset",
"Content": "envited-x:Content",
"DataSource": "envited-x:DataSource",
"DomainSpecification": "envited-x:DomainSpecification",
"Format": "envited-x:Format",
"Manifest": "envited-x:Manifest",
"Quality": "envited-x:Quality",
"Quantity": "envited-x:Quantity",
"ResourceDescription": "envited-x:ResourceDescription",
"ServiceAsset": "envited-x:ServiceAsset",
"ServiceOfferingBase": "envited-x:ServiceOfferingBase",
"SimulationAsset": "envited-x:SimulationAsset",
"SoftwareAsset": "envited-x:SoftwareAsset",
"SoftwareResourceBase": "envited-x:SoftwareResourceBase"
}
}