@netwerk-digitaal-erfgoed/network-of-terms-catalog 6.14.0 → 6.15.0
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.
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "https://data.indischherinneringscentrum.nl/ied",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Indisch Erfgoed Thesaurus"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"alternateName": [
|
|
12
|
+
{
|
|
13
|
+
"@language": "nl",
|
|
14
|
+
"@value": "IED"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"creator": [
|
|
18
|
+
{
|
|
19
|
+
"@id": "https://www.indischherinneringscentrum.nl/"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"url": [
|
|
23
|
+
"https://data.indischherinneringscentrum.nl/ied/"
|
|
24
|
+
],
|
|
25
|
+
"description": [
|
|
26
|
+
{
|
|
27
|
+
"@language": "nl",
|
|
28
|
+
"@value": "Termen voor het beschrijven van collecties uit de periode 1930–1970 rondom voormalig Nederlands-Indië, onafhankelijk Indonesië en de postkoloniale migratie van personen naar Nederland"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"distribution": [
|
|
32
|
+
{
|
|
33
|
+
"@id": "https://digitaalerfgoed.poolparty.biz/PoolParty/sparql/ied",
|
|
34
|
+
"@type": "DataDownload",
|
|
35
|
+
"contentUrl": "https://digitaalerfgoed.poolparty.biz/PoolParty/sparql/ied",
|
|
36
|
+
"encodingFormat": "application/sparql-query",
|
|
37
|
+
"potentialAction": [
|
|
38
|
+
{
|
|
39
|
+
"@type": "SearchAction",
|
|
40
|
+
"query": "file://catalog/queries/search/poolparty.rq"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"@type": "FindAction",
|
|
44
|
+
"query": "file://catalog/queries/lookup/poolparty.rq"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"@type": "Action",
|
|
48
|
+
"target": {
|
|
49
|
+
"@type": "EntryPoint",
|
|
50
|
+
"actionApplication": {
|
|
51
|
+
"@id": "https://reconciliation-api.github.io/specs/latest/",
|
|
52
|
+
"@type": "SoftwareApplication"
|
|
53
|
+
},
|
|
54
|
+
"urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{distribution}"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
@@ -90,6 +90,12 @@
|
|
|
90
90
|
"@type": "Organization",
|
|
91
91
|
"name": "IHLIA",
|
|
92
92
|
"alternateName": "IHLIA"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"@id": "https://www.indischherinneringscentrum.nl/",
|
|
96
|
+
"@type": "Organization",
|
|
97
|
+
"name": "Indisch Herinneringscentrum",
|
|
98
|
+
"alternateName": "IHC"
|
|
93
99
|
}
|
|
94
100
|
]
|
|
95
101
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.15.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Catalog of Network of Terms datasets",
|
|
6
6
|
"repository": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"author": "Netwerk Digitaal Erfgoed",
|
|
29
29
|
"license": "EUPL-1.2",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@comunica/core": "^2.
|
|
31
|
+
"@comunica/core": "^2.5.1",
|
|
32
32
|
"@comunica/types": "^2.0.1",
|
|
33
33
|
"@types/n3": "^1.4.3",
|
|
34
34
|
"@types/rdf-ext": "^1.3.11",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@comunica/query-sparql-rdfjs": "^2.4.3",
|
|
48
48
|
"@netwerk-digitaal-erfgoed/network-of-terms-query": "2.2.1",
|
|
49
49
|
"globby": "^13.1.2",
|
|
50
|
-
"rdf-parse": "^2.1.
|
|
51
|
-
"rdf-store-stream": "^1.1
|
|
50
|
+
"rdf-parse": "^2.1.1",
|
|
51
|
+
"rdf-store-stream": "^1.3.1"
|
|
52
52
|
}
|
|
53
53
|
}
|