@twin.org/standards-ld-contexts 0.0.2-next.9 → 0.0.3-next.2
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/index.js +4 -0
- package/dist/es/index.js.map +1 -0
- package/dist/es/ldContexts/dataspace-protocol.json +451 -0
- package/dist/es/ldContexts/dublin-core-dcmitype.json +19 -0
- package/dist/es/ldContexts/dublin-core-terms.json +226 -0
- package/dist/es/ldContexts/federated-catalogue-terms.json +51 -0
- package/dist/es/ldContexts/gaia-x-v24.11.json +2397 -0
- package/dist/es/ldContexts/schema.org.json +9029 -0
- package/dist/es/ldContexts/un-cefact-vocab.json +195775 -0
- package/dist/es/ldContexts/w3c-activity-streams.json +379 -0
- package/dist/es/ldContexts/w3c-odrl.json +178 -0
- package/dist/es/ldContexts/w3c-vc-data-model-v2.json +301 -0
- package/dist/es/ldContexts/w3id-jws-2020-v1.json +78 -0
- package/dist/es/ldContexts.js +68 -0
- package/dist/es/ldContexts.js.map +1 -0
- package/dist/types/index.d.ts +1 -1
- package/docs/changelog.md +82 -0
- package/package.json +20 -8
- package/dist/cjs/index.cjs +0 -217747
- package/dist/esm/index.mjs +0 -217743
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
{
|
|
2
|
+
"comment": "See https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#section-2",
|
|
3
|
+
"@context": {
|
|
4
|
+
"@version": 1.1,
|
|
5
|
+
"dcterms": "http://purl.org/dc/terms/",
|
|
6
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
7
|
+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
|
|
8
|
+
"abstract": "dcterms:abstract",
|
|
9
|
+
"accessRights": {
|
|
10
|
+
"@id": "dcterms:accessRights",
|
|
11
|
+
"@type": "@id"
|
|
12
|
+
},
|
|
13
|
+
"accrualMethod": {
|
|
14
|
+
"@id": "dcterms:accrualMethod",
|
|
15
|
+
"@type": "@vocab"
|
|
16
|
+
},
|
|
17
|
+
"accrualPeriodicity": {
|
|
18
|
+
"@id": "dcterms:accrualPeriodicity",
|
|
19
|
+
"@type": "@vocab"
|
|
20
|
+
},
|
|
21
|
+
"accrualPolicy": {
|
|
22
|
+
"@id": "dcterms:accrualPolicy",
|
|
23
|
+
"@type": "@vocab"
|
|
24
|
+
},
|
|
25
|
+
"alternative": {
|
|
26
|
+
"@id": "dcterms:alternative",
|
|
27
|
+
"@type": "rdfs:Literal"
|
|
28
|
+
},
|
|
29
|
+
"audience": {
|
|
30
|
+
"@id": "dcterms:audience",
|
|
31
|
+
"@type": "@id"
|
|
32
|
+
},
|
|
33
|
+
"available": {
|
|
34
|
+
"@id": "dcterms:available",
|
|
35
|
+
"@type": "rdfs:Literal"
|
|
36
|
+
},
|
|
37
|
+
"bibliographicCitation": {
|
|
38
|
+
"@id": "dcterms:bibliographicCitation",
|
|
39
|
+
"@type": "rdfs:Literal"
|
|
40
|
+
},
|
|
41
|
+
"conformsTo": {
|
|
42
|
+
"@id": "dcterms:conformsTo",
|
|
43
|
+
"@type": "@id"
|
|
44
|
+
},
|
|
45
|
+
"contributor": {
|
|
46
|
+
"@id": "dcterms:contributor",
|
|
47
|
+
"@type": "@id"
|
|
48
|
+
},
|
|
49
|
+
"coverage": {
|
|
50
|
+
"@id": "dcterms:coverage",
|
|
51
|
+
"@type": "@id"
|
|
52
|
+
},
|
|
53
|
+
"created": {
|
|
54
|
+
"@id": "dcterms:created",
|
|
55
|
+
"@type": "rdfs:Literal"
|
|
56
|
+
},
|
|
57
|
+
"creator": {
|
|
58
|
+
"@id": "dcterms:creator",
|
|
59
|
+
"@type": "@id"
|
|
60
|
+
},
|
|
61
|
+
"date": {
|
|
62
|
+
"@id": "dcterms:date",
|
|
63
|
+
"@type": "rdfs:Literal"
|
|
64
|
+
},
|
|
65
|
+
"dateAccepted": {
|
|
66
|
+
"@id": "dcterms:dateAccepted",
|
|
67
|
+
"@type": "rdfs:Literal"
|
|
68
|
+
},
|
|
69
|
+
"dateCopyrighted": {
|
|
70
|
+
"@id": "dcterms:dateCopyrighted",
|
|
71
|
+
"@type": "rdfs:Literal"
|
|
72
|
+
},
|
|
73
|
+
"dateSubmitted": {
|
|
74
|
+
"@id": "dcterms:dateSubmitted",
|
|
75
|
+
"@type": "rdfs:Literal"
|
|
76
|
+
},
|
|
77
|
+
"description": "dcterms:description",
|
|
78
|
+
"educationLevel": {
|
|
79
|
+
"@id": "dcterms:educationLevel",
|
|
80
|
+
"@type": "@id"
|
|
81
|
+
},
|
|
82
|
+
"extent": {
|
|
83
|
+
"@id": "dcterms:extent",
|
|
84
|
+
"@type": "@id"
|
|
85
|
+
},
|
|
86
|
+
"format": {
|
|
87
|
+
"@id": "dcterms:format",
|
|
88
|
+
"@type": "@id"
|
|
89
|
+
},
|
|
90
|
+
"hasFormat": {
|
|
91
|
+
"@id": "dcterms:hasFormat",
|
|
92
|
+
"@type": "@id"
|
|
93
|
+
},
|
|
94
|
+
"hasPart": {
|
|
95
|
+
"@id": "dcterms:hasPart",
|
|
96
|
+
"@type": "@id"
|
|
97
|
+
},
|
|
98
|
+
"hasVersion": {
|
|
99
|
+
"@id": "dcterms:hasVersion",
|
|
100
|
+
"@type": "@id"
|
|
101
|
+
},
|
|
102
|
+
"identifier": {
|
|
103
|
+
"@id": "dcterms:identifier",
|
|
104
|
+
"@type": "rdfs:Literal"
|
|
105
|
+
},
|
|
106
|
+
"instructionalMethod": "dcterms:instructionalMethod",
|
|
107
|
+
"isFormatOf": {
|
|
108
|
+
"@id": "dcterms:isFormatOf",
|
|
109
|
+
"@type": "@id"
|
|
110
|
+
},
|
|
111
|
+
"isPartOf": {
|
|
112
|
+
"@id": "dcterms:isPartOf",
|
|
113
|
+
"@type": "@id"
|
|
114
|
+
},
|
|
115
|
+
"isReferencedBy": {
|
|
116
|
+
"@id": "dcterms:isReferencedBy",
|
|
117
|
+
"@type": "@id"
|
|
118
|
+
},
|
|
119
|
+
"isReplacedBy": {
|
|
120
|
+
"@id": "dcterms:isReplacedBy",
|
|
121
|
+
"@type": "@id"
|
|
122
|
+
},
|
|
123
|
+
"isRequiredBy": {
|
|
124
|
+
"@id": "dcterms:isRequiredBy",
|
|
125
|
+
"@type": "@id"
|
|
126
|
+
},
|
|
127
|
+
"issued": {
|
|
128
|
+
"@id": "dcterms:issued",
|
|
129
|
+
"@type": "rdfs:Literal"
|
|
130
|
+
},
|
|
131
|
+
"isVersionOf": {
|
|
132
|
+
"@id": "dcterms:isVersionOf",
|
|
133
|
+
"@type": "@id"
|
|
134
|
+
},
|
|
135
|
+
"language": "dcterms:language",
|
|
136
|
+
"license": "dcterms:license",
|
|
137
|
+
"mediator": {
|
|
138
|
+
"@id": "dcterms:mediator",
|
|
139
|
+
"@type": "@id"
|
|
140
|
+
},
|
|
141
|
+
"medium": {
|
|
142
|
+
"@id": "dcterms:medium",
|
|
143
|
+
"@type": "@id"
|
|
144
|
+
},
|
|
145
|
+
"modified": {
|
|
146
|
+
"@id": "dcterms:modified",
|
|
147
|
+
"@type": "rdfs:Literal"
|
|
148
|
+
},
|
|
149
|
+
"provenance": "dcterms:provenance",
|
|
150
|
+
"publisher": {
|
|
151
|
+
"@id": "dcterms:publisher",
|
|
152
|
+
"@type": "@id"
|
|
153
|
+
},
|
|
154
|
+
"references": "dcterms:references",
|
|
155
|
+
"relation": "dcterms:relation",
|
|
156
|
+
"replaces": {
|
|
157
|
+
"@id": "dcterms:replaces",
|
|
158
|
+
"@type": "@id"
|
|
159
|
+
},
|
|
160
|
+
"requires": {
|
|
161
|
+
"@id": "dcterms:requires",
|
|
162
|
+
"@type": "@id"
|
|
163
|
+
},
|
|
164
|
+
"rights": {
|
|
165
|
+
"@id": "dcterms:rights",
|
|
166
|
+
"@type": "@id"
|
|
167
|
+
},
|
|
168
|
+
"rightsHolder": {
|
|
169
|
+
"@id": "dcterms:rightsHolder",
|
|
170
|
+
"@type": "@id"
|
|
171
|
+
},
|
|
172
|
+
"source": "dcterms:source",
|
|
173
|
+
"spatial": {
|
|
174
|
+
"@id": "dcterms:spatial",
|
|
175
|
+
"@type": "@id"
|
|
176
|
+
},
|
|
177
|
+
"subject": {
|
|
178
|
+
"@id": "dcterms:subject",
|
|
179
|
+
"@type": "@id"
|
|
180
|
+
},
|
|
181
|
+
"tableOfContents": "dcterms:tableOfContents",
|
|
182
|
+
"temporal": {
|
|
183
|
+
"@id": "dcterms:temporal",
|
|
184
|
+
"@type": "@id"
|
|
185
|
+
},
|
|
186
|
+
"title": {
|
|
187
|
+
"@id": "dcterms:title",
|
|
188
|
+
"@type": "rdfs:Literal"
|
|
189
|
+
},
|
|
190
|
+
"valid": {
|
|
191
|
+
"@id": "dcterms:valid",
|
|
192
|
+
"@type": "rdfs:Literal"
|
|
193
|
+
},
|
|
194
|
+
"Agent": "dcterms:Agent",
|
|
195
|
+
"AgentClass": "dcterms:AgentClass",
|
|
196
|
+
"BibliographicResource": "dcterms:BibliographicResource",
|
|
197
|
+
"FileFormat": "dcterms:FileFormat",
|
|
198
|
+
"Frequency": "dcterms:Frequency",
|
|
199
|
+
"Jurisdiction": "dcterms:Jurisdiction",
|
|
200
|
+
"LicenseDocument": "dcterms:LicenseDocument",
|
|
201
|
+
"LinguisticSystem": "dcterms:LinguisticSystem",
|
|
202
|
+
"Location": "dcterms:Location",
|
|
203
|
+
"LocationPeriodOrJurisdiction": "dcterms:LocationPeriodOrJurisdiction",
|
|
204
|
+
"MediaTypeOrExtent": "dcterms:MediaTypeOrExtent",
|
|
205
|
+
"MethodOfAccrual": "dcterms:MethodOfAccrual",
|
|
206
|
+
"MethodOfInstruction": "dcterms:MethodOfInstruction",
|
|
207
|
+
"PeriodOfTime": "dcterms:PeriodOfTime",
|
|
208
|
+
"PhysicalMedium": "dcterms:PhysicalMedium",
|
|
209
|
+
"PhysicalResource": "dcterms:PhysicalResource",
|
|
210
|
+
"Policy": "dcterms:Policy",
|
|
211
|
+
"ProvenanceStatement": "dcterms:ProvenanceStatement",
|
|
212
|
+
"RightsStatement": "dcterms:RightsStatement",
|
|
213
|
+
"SizeOrDuration": "dcterms:SizeOrDuration",
|
|
214
|
+
"Standard": "dcterms:Standard",
|
|
215
|
+
"Point": "dcterms:Point",
|
|
216
|
+
"Period": "dcterms:Period",
|
|
217
|
+
"Box": "dcterms:Box",
|
|
218
|
+
"ISO3166": "dcterms:ISO3166",
|
|
219
|
+
"ISO639-2": "dcterms:ISO639-2",
|
|
220
|
+
"ISO639-3": "dcterms:ISO639-3",
|
|
221
|
+
"RFC1766": "dcterms:RFC1766",
|
|
222
|
+
"RFC5646": "dcterms:RFC5646",
|
|
223
|
+
"URI": "dcterms:URI",
|
|
224
|
+
"W3CDTF": "dcterms:W3CDTF"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"comment": "Specific terms used by the Federated Catalogue",
|
|
3
|
+
"comment2": "Gaia-X terms are defined here due to an incorrect @type in some of them",
|
|
4
|
+
"@context": {
|
|
5
|
+
"@version": 1.1,
|
|
6
|
+
"fed-cat": "https://schema.twindev.org/federated-catalogue/",
|
|
7
|
+
"idsa": "https://w3id.org/idsa/core/",
|
|
8
|
+
"schema": "https://schema.org/",
|
|
9
|
+
"DataSpaceConnector": "fed-cat:DataSpaceConnector",
|
|
10
|
+
"maintainer": {
|
|
11
|
+
"@id": "idsa:maintainer",
|
|
12
|
+
"@type": "@id"
|
|
13
|
+
},
|
|
14
|
+
"defaultEndpoint": {
|
|
15
|
+
"@id": "idsa:hasDefaultEndpoint",
|
|
16
|
+
"@type": "@id"
|
|
17
|
+
},
|
|
18
|
+
"subscriptionActivityEndpoint": {
|
|
19
|
+
"@id": "fed-cat:subscriptionActivityEndpoint",
|
|
20
|
+
"@type": "@id"
|
|
21
|
+
},
|
|
22
|
+
"pushActivityEndpoint": {
|
|
23
|
+
"@id": "fed-cat:pushActivityEndpoint",
|
|
24
|
+
"@type": "@id"
|
|
25
|
+
},
|
|
26
|
+
"pullActivityEndpoint": {
|
|
27
|
+
"@id": "fed-cat:pullActivityEndpoint",
|
|
28
|
+
"@type": "@id"
|
|
29
|
+
},
|
|
30
|
+
"pullDataEndpoint": {
|
|
31
|
+
"@id": "fed-cat:pullDataEndpoint",
|
|
32
|
+
"@type": "@id"
|
|
33
|
+
},
|
|
34
|
+
"offeredResource": {
|
|
35
|
+
"@id": "idsa:offeredResource",
|
|
36
|
+
"@container": "@id"
|
|
37
|
+
},
|
|
38
|
+
"identity": {
|
|
39
|
+
"@id": "fed-cat:identity",
|
|
40
|
+
"@type": "schema:URL"
|
|
41
|
+
},
|
|
42
|
+
"issuer": "https://www.w3.org/2018/credentials#issuer",
|
|
43
|
+
"validFrom": "https://www.w3.org/2018/credentials#validFrom",
|
|
44
|
+
"validUntil": "https://www.w3.org/2018/credentials#validUntil",
|
|
45
|
+
"evidence": "https://www.w3.org/2018/credentials#evidence",
|
|
46
|
+
"legalAddress": "https://w3id.org/gaia-x/2411#legalAddress",
|
|
47
|
+
"registrationNumber": "https://w3id.org/gaia-x/2411#registrationNumber",
|
|
48
|
+
"endpoint": "https://w3id.org/gaia-x/2411#endpoint",
|
|
49
|
+
"servicePolicy": "https://w3id.org/gaia-x/2411#servicePolicy"
|
|
50
|
+
}
|
|
51
|
+
}
|