@twin.org/standards-ld-contexts 0.0.3-next.40 → 0.0.3-next.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/ldContexts/dataspace-protocol-2024.json +57 -0
- package/dist/es/ldContexts/gs1-vocab.json +59070 -0
- package/dist/es/ldContexts/schema.org.json +139 -1
- package/dist/es/ldContexts/w3c-data-integrity-v2.json +81 -0
- package/dist/es/ldContexts/w3c-odrl.json +1 -1
- package/dist/es/ldContexts/w3c-vc-data-model-v1.json +231 -0
- package/dist/es/ldContexts/w3id-cid-v1.json +113 -0
- package/dist/es/ldContexts/w3id-did-v1.json +57 -0
- package/dist/es/ldContexts/w3id-ed25519-v1.json +93 -0
- package/dist/es/ldContexts/w3id-multikey-v1.json +35 -0
- package/dist/es/ldContexts.js +64 -35
- package/dist/es/ldContexts.js.map +1 -1
- package/docs/changelog.md +7 -0
- package/package.json +1 -1
- /package/dist/es/ldContexts/{dataspace-protocol.json → dataspace-protocol-2025.json} +0 -0
- /package/dist/es/ldContexts/{un-cefact-vocab.json → un-cefact-d23b.json} +0 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": {
|
|
3
|
+
"odrl": "http://www.w3.org/ns/odrl/2/",
|
|
4
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
5
|
+
"cred": "https://www.w3.org/2018/credentials#",
|
|
6
|
+
"sec": "https://w3id.org/security#",
|
|
7
|
+
"foaf": "http://xmlns.com/foaf/0.1/",
|
|
8
|
+
"cc": "http://creativecommons.org/ns#",
|
|
9
|
+
"dct": "http://purl.org/dc/terms/",
|
|
10
|
+
"dcat": "http://www.w3.org/ns/dcat#",
|
|
11
|
+
"dspace": "https://w3id.org/dspace/2024/1/",
|
|
12
|
+
"dct:title": { "@language": "en" },
|
|
13
|
+
"dct:creator": { "@type": "@id" },
|
|
14
|
+
"dct:description": { "@container": "@set" },
|
|
15
|
+
"dct:issued": { "@type": "xsd:dateTime" },
|
|
16
|
+
"dct:modified": { "@type": "xsd:dateTime" },
|
|
17
|
+
"dcat:byteSize": { "@type": "xsd:decimal" },
|
|
18
|
+
"dcat:distribution": { "@container": "@set" },
|
|
19
|
+
"dcat:theme": { "@type": "@id" },
|
|
20
|
+
"dcat:conformsTo": { "@type": "@id" },
|
|
21
|
+
"dcat:dataset": { "@container": "@set" },
|
|
22
|
+
"dcat:endpointURL": { "@type": "xsd:anyURI" },
|
|
23
|
+
"dcat:endpointDescription": { "@type": "xsd:anyURI" },
|
|
24
|
+
"dcat:keyword": { "@container": "@set" },
|
|
25
|
+
"dcat:servesDataset": { "@container": "@set" },
|
|
26
|
+
"dcat:service": { "@container": "@set" },
|
|
27
|
+
"dcat:accessService": { "@container": "@set" },
|
|
28
|
+
"dspace:agreementId": { "@type": "@id" },
|
|
29
|
+
"dspace:dataset": { "@type": "@id" },
|
|
30
|
+
"dspace:transportType": { "@type": "@id" },
|
|
31
|
+
"dspace:state": { "@type": "@id" },
|
|
32
|
+
"dspace:providerId": { "@type": "@id" },
|
|
33
|
+
"dspace:consumerId": { "@type": "@id" },
|
|
34
|
+
"dspace:participantId": { "@type": "@id" },
|
|
35
|
+
"dspace:reason": { "@container": "@set" },
|
|
36
|
+
"dspace:catalog": { "@container": "@set" },
|
|
37
|
+
"dspace:filter": { "@container": "@set" },
|
|
38
|
+
"dspace:timestamp": { "@type": "xsd:dateTime" },
|
|
39
|
+
"dspace:callbackAddress": { "@type": "xsd:anyURI" },
|
|
40
|
+
"dspace:endpointProperties": { "@container": "@set" },
|
|
41
|
+
"foaf:homepage": { "@type": "xsd:anyURI" },
|
|
42
|
+
"odrl:hasPolicy": { "@container": "@set" },
|
|
43
|
+
"odrl:permission": { "@container": "@set" },
|
|
44
|
+
"odrl:prohibition": { "@container": "@set" },
|
|
45
|
+
"odrl:obligation": { "@container": "@set" },
|
|
46
|
+
"odrl:duty": { "@container": "@set" },
|
|
47
|
+
"odrl:constraint": { "@container": "@set" },
|
|
48
|
+
"odrl:action": { "@type": "@id" },
|
|
49
|
+
"odrl:target": { "@type": "@id" },
|
|
50
|
+
"odrl:leftOperand": { "@type": "@id" },
|
|
51
|
+
"odrl:operator": { "@type": "@id" },
|
|
52
|
+
"odrl:rightOperandReference": { "@type": "@id" },
|
|
53
|
+
"odrl:profile": { "@container": "@set" },
|
|
54
|
+
"odrl:assigner": { "@type": "@id" },
|
|
55
|
+
"odrl:assignee": { "@type": "@id" }
|
|
56
|
+
}
|
|
57
|
+
}
|