@netwerk-digitaal-erfgoed/network-of-terms-catalog 10.7.0 → 10.8.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,87 @@
1
+ {
2
+ "@context": "https://schema.org",
3
+ "@id": "https://data.kampwesterbork.nl/thesaurus",
4
+ "@type": "Dataset",
5
+ "name": [
6
+ {
7
+ "@language": "en",
8
+ "@value": "Thesaurus Camp Westerbork"
9
+ },
10
+ {
11
+ "@language": "nl",
12
+ "@value": "Thesaurus Kamp Westerbork"
13
+ }
14
+ ],
15
+ "alternateName": [
16
+ {
17
+ "@language": "en",
18
+ "@value": "Westerbork"
19
+ },
20
+ {
21
+ "@language": "nl",
22
+ "@value": "Westerbork"
23
+ }
24
+ ],
25
+ "genre": [
26
+ {
27
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Gebeurtenissen"
28
+ },
29
+ {
30
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Locaties"
31
+ },
32
+ {
33
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Periodes"
34
+ }
35
+ ],
36
+ "creator": [
37
+ {
38
+ "@id": "https://kampwesterbork.nl"
39
+ }
40
+ ],
41
+ "url": [
42
+ "https://digitaalerfgoed.poolparty.biz/westerbork/"
43
+ ],
44
+ "mainEntityOfPage": [
45
+ "https://digitaalerfgoed.poolparty.biz/westerbork.html"
46
+ ],
47
+ "description": [
48
+ {
49
+ "@language": "en",
50
+ "@value": "Subjects for describing the history of WW2 and Camp Westerbork"
51
+ },
52
+ {
53
+ "@language": "nl",
54
+ "@value": "Onderwerpen voor het beschrijven van de geschiedenis van de Tweede Wereldoorlog en Kamp Westerbork"
55
+ }
56
+ ],
57
+ "inLanguage": ["nl"],
58
+ "distribution": [
59
+ {
60
+ "@id": "https://digitaalerfgoed.poolparty.biz/PoolParty/sparql/westerbork",
61
+ "@type": "DataDownload",
62
+ "contentUrl": "https://digitaalerfgoed.poolparty.biz/PoolParty/sparql/westerbork",
63
+ "encodingFormat": "application/sparql-query",
64
+ "potentialAction": [
65
+ {
66
+ "@type": "SearchAction",
67
+ "query": "file://catalog/queries/search/poolparty.rq"
68
+ },
69
+ {
70
+ "@type": "FindAction",
71
+ "query": "file://catalog/queries/lookup/poolparty.rq"
72
+ },
73
+ {
74
+ "@type": "Action",
75
+ "target": {
76
+ "@type": "EntryPoint",
77
+ "actionApplication": {
78
+ "@id": "https://reconciliation-api.github.io/specs/latest/",
79
+ "@type": "SoftwareApplication"
80
+ },
81
+ "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{dataset}"
82
+ }
83
+ }
84
+ ]
85
+ }
86
+ ]
87
+ }
@@ -31,6 +31,21 @@
31
31
  ],
32
32
  "alternateName": "RCE"
33
33
  },
34
+ {
35
+ "@id": "https://kampwesterbork.nl",
36
+ "@type": "Organization",
37
+ "name": [
38
+ {
39
+ "@language": "en",
40
+ "@value": "Camp Westerbork Memorial Centre"
41
+ },
42
+ {
43
+ "@language": "nl",
44
+ "@value": "Herinneringscentrum Kamp Westerbork"
45
+ }
46
+ ],
47
+ "alternateName": "Westerbork"
48
+ },
34
49
  {
35
50
  "@id": "https://www.niod.nl",
36
51
  "@type": "Organization",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
3
- "version": "10.7.0",
3
+ "version": "10.8.0",
4
4
  "type": "module",
5
5
  "description": "Catalog of Network of Terms datasets",
6
6
  "repository": {
@@ -29,8 +29,8 @@
29
29
  "license": "EUPL-1.2",
30
30
  "devDependencies": {
31
31
  "@comunica/types": "^4.0.2",
32
- "@types/n3": "^1.16.5",
33
- "@types/rdf-ext": "^2.5.0",
32
+ "@types/n3": "^1.24.2",
33
+ "@types/rdf-ext": "^2.5.2",
34
34
  "gts": "^5.3.1",
35
35
  "jsonld-streaming-parser": "^5.0.0",
36
36
  "rdf-data-factory": "^2.0.2",