@startinblox/components-ds4go 3.1.4 → 3.1.6
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/{custom-getter-ZPFnoSjt-BCNOlbJZ-CHZXhUca.js → custom-getter-ZPFnoSjt-BCNOlbJZ-DYuXZ4Fr.js} +1 -1
- package/dist/{index-DQ-N8-vz.js → index-9p-uZ-aS.js} +22756 -22538
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/component.d.ts +131 -0
- package/src/components/cards/ds4go-card-catalog.ts +17 -0
- package/src/components/catalog/ds4go-dsif-explorer-poc-holder.ts +324 -0
- package/src/components/modal/ds4go-fact-bundle-modal.ts +31 -12
- package/src/components/solid-dsif-explorer-poc.ts +101 -160
- package/src/components/solid-fact-bundle-creation.ts +9 -9
- package/src/helpers/index.ts +2 -0
- package/src/helpers/ui/formatCase.ts +8 -0
- package/src/mocks/dsif/catalog.jsonld +372 -0
- package/src/mocks/dsif/root-authority.jsonld +26 -0
- package/src/mocks/dsif/sector-authority.jsonld +121 -0
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": {
|
|
3
|
+
"dcat": "http://www.w3.org/ns/dcat#",
|
|
4
|
+
"dct": "http://purl.org/dc/terms/",
|
|
5
|
+
"hydra": "http://www.w3.org/ns/hydra/core#",
|
|
6
|
+
"dsif": "https://spec.dsif.dev/ns#",
|
|
7
|
+
"odrl": "http://www.w3.org/ns/odrl/2/",
|
|
8
|
+
"edc": "https://w3id.org/edc/v0.0.1/ns/",
|
|
9
|
+
"dspace": "https://w3id.org/dspace/v0.8/"
|
|
10
|
+
},
|
|
11
|
+
"@id": "https://afp.connector-dev.startinblox.com/api/dsif/catalog.jsonld?page=1",
|
|
12
|
+
"@type": "dcat:Catalog",
|
|
13
|
+
"dct:title": "AFP Factcheck Media Catalog (TEMS)",
|
|
14
|
+
"dct:description": "Fact-checking articles and media assets from AFP",
|
|
15
|
+
"dct:publisher": {
|
|
16
|
+
"@id": "did:web:afp.startinblox.com",
|
|
17
|
+
"dct:title": "AFP"
|
|
18
|
+
},
|
|
19
|
+
"dcat:dataset": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "urn:dsif:afp-catalog:afp-bundle-venezuela-politics",
|
|
22
|
+
"@type": "dcat:Dataset",
|
|
23
|
+
"dct:title": "AFP Fact-Check Bundle - Venezuela Politics",
|
|
24
|
+
"dct:description": "Verified fact-checks about Venezuelan political events, including the 2026 crisis and related misinformation campaigns. Includes AI-generated content detection.",
|
|
25
|
+
"dcat:mediaType": "application/ld+json",
|
|
26
|
+
"dspace:assetId": "afp-bundle-venezuela-politics",
|
|
27
|
+
"dsif:pricing": {
|
|
28
|
+
"dsif:costPerAPICall": 0.15,
|
|
29
|
+
"dsif:setupFee": 50.0,
|
|
30
|
+
"dsif:billingPeriod": "monthly",
|
|
31
|
+
"dsif:currency": "EUR",
|
|
32
|
+
"dsif:description": "Premium tier: 40 API calls/month, ideal for media organizations"
|
|
33
|
+
},
|
|
34
|
+
"dsif:previewLinks": [
|
|
35
|
+
{
|
|
36
|
+
"@id": "https://factuel.afp.com/doc.afp.com.36J36F3"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"@id": "https://factuel.afp.com/doc.afp.com.36JT2XT"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"@id": "https://factuel.afp.com/doc.afp.com.36MQ8WG"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"odrl:hasPolicy": {
|
|
46
|
+
"@type": "odrl:Set",
|
|
47
|
+
"odrl:permission": [
|
|
48
|
+
{
|
|
49
|
+
"odrl:action": "http://www.w3.org/ns/odrl/2/use"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"odrl:prohibition": [],
|
|
53
|
+
"odrl:obligation": []
|
|
54
|
+
},
|
|
55
|
+
"edc:contractDefinitionId": "cd-afp-bundle-venezuela-politics",
|
|
56
|
+
"dsif:negotiation": {
|
|
57
|
+
"dspace:participantId": "afp-participant",
|
|
58
|
+
"dspace:protocolEndpoint": "https://afp.connector-dev.startinblox.com/protocol"
|
|
59
|
+
},
|
|
60
|
+
"dsif:originCatalogId": "afp-catalog",
|
|
61
|
+
"dsif:federationPath": [],
|
|
62
|
+
"dsif:hopCount": 0
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"@id": "urn:dsif:afp-catalog:afp-bundle-france-social",
|
|
66
|
+
"@type": "dcat:Dataset",
|
|
67
|
+
"dct:title": "AFP Fact-Check Bundle - France Social Issues",
|
|
68
|
+
"dct:description": "Verifications des faits sur les mouvements sociaux en France, manifestations agricoles, et desinformation sur les reseaux sociaux. Inclut detection de contenus IA.",
|
|
69
|
+
"dcat:mediaType": "application/ld+json",
|
|
70
|
+
"dspace:assetId": "afp-bundle-france-social",
|
|
71
|
+
"dsif:pricing": {
|
|
72
|
+
"dsif:costPerAPICall": 0.1,
|
|
73
|
+
"dsif:setupFee": 25.0,
|
|
74
|
+
"dsif:billingPeriod": "monthly",
|
|
75
|
+
"dsif:currency": "EUR",
|
|
76
|
+
"dsif:description": "Basic tier: 20 API calls/month, suitable for researchers"
|
|
77
|
+
},
|
|
78
|
+
"dsif:previewLinks": [
|
|
79
|
+
{
|
|
80
|
+
"@id": "https://factuel.afp.com/doc.afp.com.88Y83T6"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"@id": "https://factuel.afp.com/doc.afp.com.34H93A4"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"@id": "https://factuel.afp.com/doc.afp.com.88AF8WE"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"odrl:hasPolicy": {
|
|
90
|
+
"@type": "odrl:Set",
|
|
91
|
+
"odrl:permission": [
|
|
92
|
+
{
|
|
93
|
+
"odrl:action": "http://www.w3.org/ns/odrl/2/use"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"odrl:prohibition": [],
|
|
97
|
+
"odrl:obligation": []
|
|
98
|
+
},
|
|
99
|
+
"edc:contractDefinitionId": "cd-afp-bundle-france-social",
|
|
100
|
+
"dsif:negotiation": {
|
|
101
|
+
"dspace:participantId": "afp-participant",
|
|
102
|
+
"dspace:protocolEndpoint": "https://afp.connector-dev.startinblox.com/protocol"
|
|
103
|
+
},
|
|
104
|
+
"dsif:originCatalogId": "afp-catalog",
|
|
105
|
+
"dsif:federationPath": [],
|
|
106
|
+
"dsif:hopCount": 0
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"@id": "urn:dsif:afp-catalog:afp-bundle-ai-disinfo",
|
|
110
|
+
"@type": "dcat:Dataset",
|
|
111
|
+
"dct:title": "AFP Fact-Check Bundle - AI & Disinformation",
|
|
112
|
+
"dct:description": "Comprehensive collection of fact-checks focused on AI-generated content, deepfakes, and digital disinformation across multiple languages and regions.",
|
|
113
|
+
"dcat:mediaType": "application/ld+json",
|
|
114
|
+
"dspace:assetId": "afp-bundle-ai-disinfo",
|
|
115
|
+
"dsif:pricing": {
|
|
116
|
+
"dsif:costPerAPICall": 0.15,
|
|
117
|
+
"dsif:setupFee": 50.0,
|
|
118
|
+
"dsif:billingPeriod": "monthly",
|
|
119
|
+
"dsif:currency": "EUR",
|
|
120
|
+
"dsif:description": "Premium tier: 40 API calls/month, multilingual coverage"
|
|
121
|
+
},
|
|
122
|
+
"dsif:previewLinks": [
|
|
123
|
+
{
|
|
124
|
+
"@id": "https://factuel.afp.com/doc.afp.com.88UJ6T3"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"@id": "https://factuel.afp.com/doc.afp.com.88HE8CQ"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"@id": "https://factuel.afp.com/doc.afp.com.88CF463"
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"odrl:hasPolicy": {
|
|
134
|
+
"@type": "odrl:Set",
|
|
135
|
+
"odrl:permission": [
|
|
136
|
+
{
|
|
137
|
+
"odrl:action": "http://www.w3.org/ns/odrl/2/use"
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"odrl:prohibition": [],
|
|
141
|
+
"odrl:obligation": []
|
|
142
|
+
},
|
|
143
|
+
"edc:contractDefinitionId": "cd-afp-bundle-ai-disinfo",
|
|
144
|
+
"dsif:negotiation": {
|
|
145
|
+
"dspace:participantId": "afp-participant",
|
|
146
|
+
"dspace:protocolEndpoint": "https://afp.connector-dev.startinblox.com/protocol"
|
|
147
|
+
},
|
|
148
|
+
"dsif:originCatalogId": "afp-catalog",
|
|
149
|
+
"dsif:federationPath": [],
|
|
150
|
+
"dsif:hopCount": 0
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"@id": "urn:dsif:afp-catalog:afp-bundle-africa-conflicts",
|
|
154
|
+
"@type": "dcat:Dataset",
|
|
155
|
+
"dct:title": "AFP Fact-Check Bundle - Africa Conflicts",
|
|
156
|
+
"dct:description": "Fact-checks sur les conflits en Afrique, notamment en RD Congo et au Sahel. Verification des images virales et des fausses informations sur les refugies.",
|
|
157
|
+
"dcat:mediaType": "application/ld+json",
|
|
158
|
+
"dspace:assetId": "afp-bundle-africa-conflicts",
|
|
159
|
+
"dsif:pricing": {
|
|
160
|
+
"dsif:costPerAPICall": 0.0,
|
|
161
|
+
"dsif:setupFee": 0.0,
|
|
162
|
+
"dsif:billingPeriod": "monthly",
|
|
163
|
+
"dsif:currency": "EUR",
|
|
164
|
+
"dsif:description": "Free tier: 10 API calls/month, trial access"
|
|
165
|
+
},
|
|
166
|
+
"dsif:previewLinks": [
|
|
167
|
+
{
|
|
168
|
+
"@id": "https://factuel.afp.com/doc.afp.com.88C32G3"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"@id": "https://factuel.afp.com/doc.afp.com.87XW263"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"odrl:hasPolicy": {
|
|
175
|
+
"@type": "odrl:Set",
|
|
176
|
+
"odrl:permission": [
|
|
177
|
+
{
|
|
178
|
+
"odrl:action": "http://www.w3.org/ns/odrl/2/use"
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
"odrl:prohibition": [],
|
|
182
|
+
"odrl:obligation": []
|
|
183
|
+
},
|
|
184
|
+
"edc:contractDefinitionId": "cd-afp-bundle-africa-conflicts",
|
|
185
|
+
"dsif:negotiation": {
|
|
186
|
+
"dspace:participantId": "afp-participant",
|
|
187
|
+
"dspace:protocolEndpoint": "https://afp.connector-dev.startinblox.com/protocol"
|
|
188
|
+
},
|
|
189
|
+
"dsif:originCatalogId": "afp-catalog",
|
|
190
|
+
"dsif:federationPath": [],
|
|
191
|
+
"dsif:hopCount": 0
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"@id": "urn:dsif:afp-catalog:afp-bundle-health-science",
|
|
195
|
+
"@type": "dcat:Dataset",
|
|
196
|
+
"dct:title": "AFP Fact-Check Bundle - Health & Science",
|
|
197
|
+
"dct:description": "Verified fact-checks on health misinformation, vaccine claims, and scientific topics. Includes debunked viral claims about medical treatments and public health.",
|
|
198
|
+
"dcat:mediaType": "application/ld+json",
|
|
199
|
+
"dspace:assetId": "afp-bundle-health-science",
|
|
200
|
+
"dsif:pricing": {
|
|
201
|
+
"dsif:costPerAPICall": 0.1,
|
|
202
|
+
"dsif:setupFee": 25.0,
|
|
203
|
+
"dsif:billingPeriod": "monthly",
|
|
204
|
+
"dsif:currency": "EUR",
|
|
205
|
+
"dsif:description": "Basic tier: 20 API calls/month, suitable for researchers"
|
|
206
|
+
},
|
|
207
|
+
"dsif:previewLinks": [
|
|
208
|
+
{
|
|
209
|
+
"@id": "https://factuel.afp.com/doc.afp.com.88JK8NQ"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"@id": "https://factuel.afp.com/doc.afp.com.74A49KG"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"odrl:hasPolicy": {
|
|
216
|
+
"@type": "odrl:Set",
|
|
217
|
+
"odrl:permission": [
|
|
218
|
+
{
|
|
219
|
+
"odrl:action": "http://www.w3.org/ns/odrl/2/use"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"odrl:prohibition": [],
|
|
223
|
+
"odrl:obligation": []
|
|
224
|
+
},
|
|
225
|
+
"edc:contractDefinitionId": "cd-afp-bundle-health-science",
|
|
226
|
+
"dsif:negotiation": {
|
|
227
|
+
"dspace:participantId": "afp-participant",
|
|
228
|
+
"dspace:protocolEndpoint": "https://afp.connector-dev.startinblox.com/protocol"
|
|
229
|
+
},
|
|
230
|
+
"dsif:originCatalogId": "afp-catalog",
|
|
231
|
+
"dsif:federationPath": [],
|
|
232
|
+
"dsif:hopCount": 0
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"@id": "urn:dsif:afp-catalog:urn:asset-id:sha-256:d97d1d2a14048409d59cf4e7d39cd22e81aa050524cbb9ba0b346139cdeacd4a",
|
|
236
|
+
"@type": "dcat:Dataset",
|
|
237
|
+
"dct:title": "Venezuelan test bundle",
|
|
238
|
+
"dct:description": "",
|
|
239
|
+
"dcat:mediaType": "application/ld+json",
|
|
240
|
+
"dspace:assetId": "urn:asset-id:sha-256:d97d1d2a14048409d59cf4e7d39cd22e81aa050524cbb9ba0b346139cdeacd4a",
|
|
241
|
+
"odrl:hasPolicy": {
|
|
242
|
+
"@type": "odrl:Set",
|
|
243
|
+
"odrl:permission": [
|
|
244
|
+
{
|
|
245
|
+
"odrl:action": "http://www.w3.org/ns/odrl/2/use"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"odrl:prohibition": [],
|
|
249
|
+
"odrl:obligation": []
|
|
250
|
+
},
|
|
251
|
+
"edc:contractDefinitionId": "urn:contract-id:sha-256:d97d1d2a14048409d59cf4e7d39cd22e81aa050524cbb9ba0b346139cdeacd4a",
|
|
252
|
+
"dsif:negotiation": {
|
|
253
|
+
"dspace:participantId": "afp-participant",
|
|
254
|
+
"dspace:protocolEndpoint": "https://afp.connector-dev.startinblox.com/protocol"
|
|
255
|
+
},
|
|
256
|
+
"dsif:originCatalogId": "afp-catalog",
|
|
257
|
+
"dsif:federationPath": [],
|
|
258
|
+
"dsif:hopCount": 0
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"@id": "urn:dsif:afp-catalog:urn:asset-id:sha-256:66a6980a81c635e7e5d350ed7de3604ba0d28a27440d7f2dc80e76186aa37271",
|
|
262
|
+
"@type": "dcat:Dataset",
|
|
263
|
+
"dct:title": "French fact-checks bundle",
|
|
264
|
+
"dct:description": "This is a bundle of 5 french fact-checked news, all IAs generated. Certified.",
|
|
265
|
+
"dcat:mediaType": "application/ld+json",
|
|
266
|
+
"dspace:assetId": "urn:asset-id:sha-256:66a6980a81c635e7e5d350ed7de3604ba0d28a27440d7f2dc80e76186aa37271",
|
|
267
|
+
"odrl:hasPolicy": {
|
|
268
|
+
"@type": "odrl:Set",
|
|
269
|
+
"odrl:permission": [
|
|
270
|
+
{
|
|
271
|
+
"odrl:action": "http://www.w3.org/ns/odrl/2/use"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"odrl:prohibition": [],
|
|
275
|
+
"odrl:obligation": []
|
|
276
|
+
},
|
|
277
|
+
"edc:contractDefinitionId": "urn:contract-id:sha-256:66a6980a81c635e7e5d350ed7de3604ba0d28a27440d7f2dc80e76186aa37271",
|
|
278
|
+
"dsif:negotiation": {
|
|
279
|
+
"dspace:participantId": "afp-participant",
|
|
280
|
+
"dspace:protocolEndpoint": "https://afp.connector-dev.startinblox.com/protocol"
|
|
281
|
+
},
|
|
282
|
+
"dsif:originCatalogId": "afp-catalog",
|
|
283
|
+
"dsif:federationPath": [],
|
|
284
|
+
"dsif:hopCount": 0
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"@id": "urn:dsif:afp-catalog:urn:asset-id:sha-256:955618608ccf46751ee103a30befe0acb4cc0988000113bb44a49ad9caec4444",
|
|
288
|
+
"@type": "dcat:Dataset",
|
|
289
|
+
"dct:title": "Maduro bundle",
|
|
290
|
+
"dct:description": "This is a fact-checks bundle about the Maduro capture.",
|
|
291
|
+
"dcat:mediaType": "application/ld+json",
|
|
292
|
+
"dspace:assetId": "urn:asset-id:sha-256:955618608ccf46751ee103a30befe0acb4cc0988000113bb44a49ad9caec4444",
|
|
293
|
+
"odrl:hasPolicy": {
|
|
294
|
+
"@type": "odrl:Set",
|
|
295
|
+
"odrl:permission": [
|
|
296
|
+
{
|
|
297
|
+
"odrl:action": "http://www.w3.org/ns/odrl/2/use"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"odrl:prohibition": [],
|
|
301
|
+
"odrl:obligation": []
|
|
302
|
+
},
|
|
303
|
+
"edc:contractDefinitionId": "urn:contract-id:sha-256:955618608ccf46751ee103a30befe0acb4cc0988000113bb44a49ad9caec4444",
|
|
304
|
+
"dsif:negotiation": {
|
|
305
|
+
"dspace:participantId": "afp-participant",
|
|
306
|
+
"dspace:protocolEndpoint": "https://afp.connector-dev.startinblox.com/protocol"
|
|
307
|
+
},
|
|
308
|
+
"dsif:originCatalogId": "afp-catalog",
|
|
309
|
+
"dsif:federationPath": [],
|
|
310
|
+
"dsif:hopCount": 0
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"@id": "urn:dsif:afp-catalog:urn:asset-id:sha-256:90c61eeb4676802c4e1603bb04cf4bfd125e4fdc87e0cd43fd3af726cb0fc775",
|
|
314
|
+
"@type": "dcat:Dataset",
|
|
315
|
+
"dct:title": "Maduro capture multilingual bundle",
|
|
316
|
+
"dct:description": "This is about the maduro capture",
|
|
317
|
+
"dcat:mediaType": "application/ld+json",
|
|
318
|
+
"dspace:assetId": "urn:asset-id:sha-256:90c61eeb4676802c4e1603bb04cf4bfd125e4fdc87e0cd43fd3af726cb0fc775",
|
|
319
|
+
"odrl:hasPolicy": {
|
|
320
|
+
"@type": "odrl:Set",
|
|
321
|
+
"odrl:permission": [
|
|
322
|
+
{
|
|
323
|
+
"odrl:action": "http://www.w3.org/ns/odrl/2/use"
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"odrl:prohibition": [],
|
|
327
|
+
"odrl:obligation": []
|
|
328
|
+
},
|
|
329
|
+
"edc:contractDefinitionId": "urn:contract-id:sha-256:90c61eeb4676802c4e1603bb04cf4bfd125e4fdc87e0cd43fd3af726cb0fc775",
|
|
330
|
+
"dsif:negotiation": {
|
|
331
|
+
"dspace:participantId": "afp-participant",
|
|
332
|
+
"dspace:protocolEndpoint": "https://afp.connector-dev.startinblox.com/protocol"
|
|
333
|
+
},
|
|
334
|
+
"dsif:originCatalogId": "afp-catalog",
|
|
335
|
+
"dsif:federationPath": [],
|
|
336
|
+
"dsif:hopCount": 0
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"@id": "urn:dsif:afp-catalog:urn:asset-id:sha-256:1dec7955efa83017e3ea1d63fd5ea1cd38ef10ff371675a417c6372b07641ad4",
|
|
340
|
+
"@type": "dcat:Dataset",
|
|
341
|
+
"dct:title": "Crans-montana related fact-checks",
|
|
342
|
+
"dct:description": "A bundle of 4 fact-checks about the cran montana fire.",
|
|
343
|
+
"dcat:mediaType": "application/ld+json",
|
|
344
|
+
"dspace:assetId": "urn:asset-id:sha-256:1dec7955efa83017e3ea1d63fd5ea1cd38ef10ff371675a417c6372b07641ad4",
|
|
345
|
+
"odrl:hasPolicy": {
|
|
346
|
+
"@type": "odrl:Set",
|
|
347
|
+
"odrl:permission": [
|
|
348
|
+
{
|
|
349
|
+
"odrl:action": "http://www.w3.org/ns/odrl/2/use"
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"odrl:prohibition": [],
|
|
353
|
+
"odrl:obligation": []
|
|
354
|
+
},
|
|
355
|
+
"edc:contractDefinitionId": "urn:contract-id:sha-256:1dec7955efa83017e3ea1d63fd5ea1cd38ef10ff371675a417c6372b07641ad4",
|
|
356
|
+
"dsif:negotiation": {
|
|
357
|
+
"dspace:participantId": "afp-participant",
|
|
358
|
+
"dspace:protocolEndpoint": "https://afp.connector-dev.startinblox.com/protocol"
|
|
359
|
+
},
|
|
360
|
+
"dsif:originCatalogId": "afp-catalog",
|
|
361
|
+
"dsif:federationPath": [],
|
|
362
|
+
"dsif:hopCount": 0
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"hydra:view": {
|
|
366
|
+
"@id": "https://afp.connector-dev.startinblox.com/api/dsif/catalog.jsonld?page=1",
|
|
367
|
+
"@type": "hydra:PartialCollectionView",
|
|
368
|
+
"hydra:totalItems": 10,
|
|
369
|
+
"hydra:first": "https://afp.connector-dev.startinblox.com/api/dsif/catalog.jsonld?page=1",
|
|
370
|
+
"hydra:last": "https://afp.connector-dev.startinblox.com/api/dsif/catalog.jsonld?page=1"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"sectorName": "health",
|
|
4
|
+
"federatedCatalogEndpoint": "https://poc.sector-authority.dsif.eu",
|
|
5
|
+
"description": "Health sector",
|
|
6
|
+
"lastUpdated": "2026-02-03T16:01:39.824Z",
|
|
7
|
+
"ttlSeconds": 3600,
|
|
8
|
+
"id": "sector:health"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"sectorName": "media",
|
|
12
|
+
"federatedCatalogEndpoint": "https://afp.connector-dev.startinblox.com/sector-authority",
|
|
13
|
+
"description": "DSIF Sector Authority for Media sector",
|
|
14
|
+
"lastUpdated": "2026-01-29T19:03:33.943Z",
|
|
15
|
+
"ttlSeconds": 3600,
|
|
16
|
+
"id": "sector:media"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"sectorName": "skills",
|
|
20
|
+
"federatedCatalogEndpoint": "https://poc.sector-authority.dsif.eu",
|
|
21
|
+
"description": "DSIF Sector Authority for Skills sector",
|
|
22
|
+
"lastUpdated": "2026-02-02T15:21:21.198Z",
|
|
23
|
+
"ttlSeconds": 3600,
|
|
24
|
+
"id": "sector:skills"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"sector": "media",
|
|
3
|
+
"catalogType": "sa",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"discoveryTimestamp": "2026-03-06T10:42:56.620Z",
|
|
6
|
+
"catalogs": [
|
|
7
|
+
{
|
|
8
|
+
"catalogId": "sa-media",
|
|
9
|
+
"type": "sa",
|
|
10
|
+
"sector": "media",
|
|
11
|
+
"description": "DSIF Sector Authority for Media sector",
|
|
12
|
+
"endpoints": {
|
|
13
|
+
"catalog": "https://afp.connector-dev.startinblox.com/sector-authority/catalog.jsonld",
|
|
14
|
+
"dataset": "https://afp.connector-dev.startinblox.com/sector-authority/dataset/{id}.jsonld",
|
|
15
|
+
"search": "https://afp.connector-dev.startinblox.com/sector-authority/search",
|
|
16
|
+
"health": "https://afp.connector-dev.startinblox.com/sector-authority/health",
|
|
17
|
+
"discovery": "https://afp.connector-dev.startinblox.com/sector-authority/discovery"
|
|
18
|
+
},
|
|
19
|
+
"conformsTo": [
|
|
20
|
+
"https://www.w3.org/TR/vocab-dcat-3/",
|
|
21
|
+
"https://extensions.ckan.org/extension/dcat/"
|
|
22
|
+
],
|
|
23
|
+
"capabilities": {
|
|
24
|
+
"search": {
|
|
25
|
+
"q": true,
|
|
26
|
+
"filters": [
|
|
27
|
+
"type",
|
|
28
|
+
"format",
|
|
29
|
+
"publisher",
|
|
30
|
+
"keyword"
|
|
31
|
+
],
|
|
32
|
+
"paging": true,
|
|
33
|
+
"sort": [
|
|
34
|
+
"relevance",
|
|
35
|
+
"recent",
|
|
36
|
+
"title"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"catalog": {
|
|
40
|
+
"pagination": true,
|
|
41
|
+
"format": "application/ld+json"
|
|
42
|
+
},
|
|
43
|
+
"auth": {
|
|
44
|
+
"scheme": "none"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"searchTemplate": "https://afp.connector-dev.startinblox.com/sector-authority/search{?q,keyword,type,format,page,pageSize,sort}",
|
|
48
|
+
"searchParameters": [
|
|
49
|
+
"q",
|
|
50
|
+
"keyword",
|
|
51
|
+
"type",
|
|
52
|
+
"format",
|
|
53
|
+
"page",
|
|
54
|
+
"pageSize",
|
|
55
|
+
"sort"
|
|
56
|
+
],
|
|
57
|
+
"auth": {
|
|
58
|
+
"scheme": "none"
|
|
59
|
+
},
|
|
60
|
+
"lastUpdated": "2026-03-06T10:42:56.619Z",
|
|
61
|
+
"ttlSeconds": 3600
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"catalogId": "afp-catalog",
|
|
65
|
+
"type": "ic",
|
|
66
|
+
"sector": "media",
|
|
67
|
+
"description": "Fact-checking articles and media assets from AFP",
|
|
68
|
+
"endpoints": {
|
|
69
|
+
"catalog": "https://afp.connector-dev.startinblox.com/api/dsif/catalog.jsonld",
|
|
70
|
+
"dataset": "https://afp.connector-dev.startinblox.com/api/dsif/dataset/{id}.jsonld",
|
|
71
|
+
"search": "https://afp.connector-dev.startinblox.com/api/dsif/search",
|
|
72
|
+
"health": "https://afp.connector-dev.startinblox.com/api/dsif/health"
|
|
73
|
+
},
|
|
74
|
+
"conformsTo": [
|
|
75
|
+
"https://www.w3.org/TR/vocab-dcat-3/",
|
|
76
|
+
"https://extensions.ckan.org/extension/dcat/"
|
|
77
|
+
],
|
|
78
|
+
"capabilities": {
|
|
79
|
+
"search": {
|
|
80
|
+
"q": true,
|
|
81
|
+
"filters": [
|
|
82
|
+
"type",
|
|
83
|
+
"format",
|
|
84
|
+
"publisher",
|
|
85
|
+
"keyword"
|
|
86
|
+
],
|
|
87
|
+
"paging": true,
|
|
88
|
+
"sort": [
|
|
89
|
+
"relevance",
|
|
90
|
+
"recent",
|
|
91
|
+
"title"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"catalog": {
|
|
95
|
+
"pagination": true,
|
|
96
|
+
"format": "application/ld+json"
|
|
97
|
+
},
|
|
98
|
+
"auth": {
|
|
99
|
+
"scheme": "none"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"searchTemplate": "https://afp.connector-dev.startinblox.com/api/dsif/search{?q,type,format,publisher,keyword,page,pageSize,sort}",
|
|
103
|
+
"searchParameters": [
|
|
104
|
+
"q",
|
|
105
|
+
"type",
|
|
106
|
+
"format",
|
|
107
|
+
"publisher",
|
|
108
|
+
"keyword",
|
|
109
|
+
"page",
|
|
110
|
+
"pageSize",
|
|
111
|
+
"sort"
|
|
112
|
+
],
|
|
113
|
+
"auth": {
|
|
114
|
+
"scheme": "none"
|
|
115
|
+
},
|
|
116
|
+
"lastUpdated": "2026-01-29T11:15:12.436Z",
|
|
117
|
+
"ttlSeconds": 1800
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"count": 2
|
|
121
|
+
}
|