@twin.org/standards-ld-contexts 0.0.2-next.9 → 0.0.3-next.10
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/foaf.json +43 -0
- package/dist/es/ldContexts/gaia-x-v24.11.json +2397 -0
- package/dist/es/ldContexts/odrl-dataspace-protocol.json +96 -0
- package/dist/es/ldContexts/schema.org.json +9029 -0
- package/dist/es/ldContexts/un-cefact-vocab.json +12614 -0
- package/dist/es/ldContexts/w3c-activity-streams.json +379 -0
- package/dist/es/ldContexts/w3c-dcat.json +6607 -0
- package/dist/es/ldContexts/w3c-odrl.json +178 -0
- package/dist/es/ldContexts/w3c-rdf.json +38 -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 +84 -0
- package/dist/es/ldContexts.js.map +1 -0
- package/dist/types/index.d.ts +1 -1
- package/docs/changelog.md +138 -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,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": {
|
|
3
|
+
"foaf": "http://xmlns.com/foaf/0.1/",
|
|
4
|
+
"Agent": "foaf:Agent",
|
|
5
|
+
"Person": "foaf:Person",
|
|
6
|
+
"Organization": "foaf:Organization",
|
|
7
|
+
"Group": "foaf:Group",
|
|
8
|
+
"Document": "foaf:Document",
|
|
9
|
+
"Image": "foaf:Image",
|
|
10
|
+
"Project": "foaf:Project",
|
|
11
|
+
"OnlineAccount": "foaf:OnlineAccount",
|
|
12
|
+
"OnlineChatAccount": "foaf:OnlineChatAccount",
|
|
13
|
+
"OnlineEcommerceAccount": "foaf:OnlineEcommerceAccount",
|
|
14
|
+
"OnlineGamingAccount": "foaf:OnlineGamingAccount",
|
|
15
|
+
"name": "foaf:name",
|
|
16
|
+
"title": "foaf:title",
|
|
17
|
+
"nick": "foaf:nick",
|
|
18
|
+
"mbox": "foaf:mbox",
|
|
19
|
+
"mbox_sha1sum": "foaf:mbox_sha1sum",
|
|
20
|
+
"homepage": "foaf:homepage",
|
|
21
|
+
"page": "foaf:page",
|
|
22
|
+
"depiction": "foaf:depiction",
|
|
23
|
+
"img": "foaf:img",
|
|
24
|
+
"phone": "foaf:phone",
|
|
25
|
+
"based_near": "foaf:based_near",
|
|
26
|
+
"gender": "foaf:gender",
|
|
27
|
+
"birthday": "foaf:birthday",
|
|
28
|
+
"age": "foaf:age",
|
|
29
|
+
"status": "foaf:status",
|
|
30
|
+
"familyName": "foaf:familyName",
|
|
31
|
+
"givenName": "foaf:givenName",
|
|
32
|
+
"member": "foaf:member",
|
|
33
|
+
"knows": "foaf:knows",
|
|
34
|
+
"interest": "foaf:interest",
|
|
35
|
+
"topic_interest": "foaf:topic_interest",
|
|
36
|
+
"account": "foaf:account",
|
|
37
|
+
"accountName": "foaf:accountName",
|
|
38
|
+
"accountServiceHomepage": "foaf:accountServiceHomepage",
|
|
39
|
+
"holdsAccount": "foaf:holdsAccount",
|
|
40
|
+
"primaryTopic": "foaf:primaryTopic",
|
|
41
|
+
"maker": "foaf:maker"
|
|
42
|
+
}
|
|
43
|
+
}
|