@netwerk-digitaal-erfgoed/network-of-terms-catalog 5.1.3
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/LICENSE.md +188 -0
- package/README.md +62 -0
- package/build/catalog.d.ts +45 -0
- package/build/catalog.js +140 -0
- package/build/catalog.js.map +1 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +14 -0
- package/build/index.js.map +1 -0
- package/catalog/datasets/aat.jsonld +43 -0
- package/catalog/datasets/abr.jsonld +43 -0
- package/catalog/datasets/brinkman.jsonld +43 -0
- package/catalog/datasets/cht.jsonld +43 -0
- package/catalog/datasets/gtaa-genres.jsonld +37 -0
- package/catalog/datasets/gtaa-geografische-namen.jsonld +37 -0
- package/catalog/datasets/gtaa-onderwerpen.jsonld +37 -0
- package/catalog/datasets/muziekschatten-onderwerpen.jsonld +37 -0
- package/catalog/datasets/muziekschatten-personen.jsonld +37 -0
- package/catalog/datasets/mw-genresstijlen.jsonld +37 -0
- package/catalog/datasets/mw-personengroepen.jsonld +37 -0
- package/catalog/datasets/nmvw.jsonld +37 -0
- package/catalog/datasets/nta.jsonld +43 -0
- package/catalog/datasets/rkdartists.jsonld +37 -0
- package/catalog/datasets/wikidata-entities-all.jsonld +37 -0
- package/catalog/datasets/wikidata-entities-persons.jsonld +37 -0
- package/catalog/datasets/wikidata-entities-places.jsonld +37 -0
- package/catalog/datasets/wikidata-entities-streets.jsonld +37 -0
- package/catalog/datasets/wo2thesaurus.jsonld +43 -0
- package/catalog/publishers.jsonld +65 -0
- package/catalog/queries/lookup/aat.rq +49 -0
- package/catalog/queries/lookup/abr-cht.rq +46 -0
- package/catalog/queries/lookup/brinkman-nta.rq +66 -0
- package/catalog/queries/lookup/gtaa.rq +55 -0
- package/catalog/queries/lookup/muziekschatten.rq +79 -0
- package/catalog/queries/lookup/muziekweb.rq +40 -0
- package/catalog/queries/lookup/nmvw.rq +41 -0
- package/catalog/queries/lookup/rkdartists.rq +20 -0
- package/catalog/queries/lookup/wikidata.rq +51 -0
- package/catalog/queries/lookup/wo2thesaurus.rq +48 -0
- package/catalog/queries/search/aat.rq +50 -0
- package/catalog/queries/search/abr.rq +51 -0
- package/catalog/queries/search/brinkman.rq +61 -0
- package/catalog/queries/search/cht.rq +46 -0
- package/catalog/queries/search/gtaa.rq +55 -0
- package/catalog/queries/search/muziekschatten-onderwerpen.rq +45 -0
- package/catalog/queries/search/muziekschatten-personen.rq +66 -0
- package/catalog/queries/search/mw-genresstijlen.rq +31 -0
- package/catalog/queries/search/mw-personengroepen.rq +25 -0
- package/catalog/queries/search/nmvw.rq +42 -0
- package/catalog/queries/search/nta.rq +23 -0
- package/catalog/queries/search/rkdartists.rq +23 -0
- package/catalog/queries/search/wikidata-entities-all.rq +34 -0
- package/catalog/queries/search/wikidata-entities-persons.rq +44 -0
- package/catalog/queries/search/wikidata-entities-places.rq +67 -0
- package/catalog/queries/search/wikidata-entities-streets.rq +68 -0
- package/catalog/queries/search/wo2thesaurus.rq +46 -0
- package/package.json +56 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "http://data.beeldengeluid.nl/gtaa#genres",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "GTAA: genres"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.beeldengeluid.nl/"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"http://data.beeldengeluid.nl/gtaa/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://data.netwerkdigitaalerfgoed.nl/beeldengeluid/gtaa-genres/sparql",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://api.data.netwerkdigitaalerfgoed.nl/datasets/beeldengeluid/gtaa-genres/services/gtaa-genres/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/gtaa.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/gtaa.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "http://data.beeldengeluid.nl/gtaa#geografische-namen",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "GTAA: geografische namen"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.beeldengeluid.nl/"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"http://data.beeldengeluid.nl/gtaa/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://data.netwerkdigitaalerfgoed.nl/beeldengeluid/gtaa-geografischenamen/sparql",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://api.data.netwerkdigitaalerfgoed.nl/datasets/beeldengeluid/gtaa-geografischenamen/services/gtaa-geografischenamen/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/gtaa.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/gtaa.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "http://data.beeldengeluid.nl/gtaa#onderwerpen",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "GTAA: onderwerpen"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.beeldengeluid.nl/"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"http://data.beeldengeluid.nl/gtaa/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://data.netwerkdigitaalerfgoed.nl/beeldengeluid/gtaa-onderwerpen/sparql",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://api.data.netwerkdigitaalerfgoed.nl/datasets/beeldengeluid/gtaa-onderwerpen/services/gtaa-onderwerpen/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/gtaa.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/gtaa.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "http://data.muziekschatten.nl/#onderwerpen",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Muziekschatten: onderwerpen"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.omroepmuziek.nl"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"https://data.muziekschatten.nl/som/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://data.muziekschatten.nl/sparql/#onderwerpen",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://data.muziekschatten.nl/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/muziekschatten-onderwerpen.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/muziekschatten.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "http://data.muziekschatten.nl/#personen",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Muziekschatten: personen"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.omroepmuziek.nl"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"https://data.muziekschatten.nl/som/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://data.muziekschatten.nl/sparql/#personen",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://data.muziekschatten.nl/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/muziekschatten-personen.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/muziekschatten.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "https://data.muziekweb.nl/MuziekwebOrganization/Muziekweb#mw-genresstijlen",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Muziek: genres en stijlen"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.muziekweb.nl"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"https://data.muziekweb.nl/Link/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://data.muziekweb.nl/MuziekwebOrganization/Muziekweb/sparql/Muziekweb#mw-genresstijlen",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://api.data.muziekweb.nl/datasets/MuziekwebOrganization/Muziekweb/services/Muziekweb/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/mw-genresstijlen.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/muziekweb.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "https://data.muziekweb.nl/MuziekwebOrganization/Muziekweb#mw-personengroepen",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Muziek: personen en groepen"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.muziekweb.nl"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"https://data.muziekweb.nl/Link/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://data.muziekweb.nl/MuziekwebOrganization/Muziekweb/sparql/Muziekweb#mw-personengroepen",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://api.data.muziekweb.nl/datasets/MuziekwebOrganization/Muziekweb/services/Muziekweb/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/mw-personengroepen.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/muziekweb.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "https://data.netwerkdigitaalerfgoed.nl/NMVW/thesaurus",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Thesaurus Nationaal Museum van Wereldculturen"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "http://www.wereldculturen.nl"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"https://hdl.handle.net/20.500.11840/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://data.netwerkdigitaalerfgoed.nl/NMVW/thesaurus/sparql",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://api.data.netwerkdigitaalerfgoed.nl/datasets/nmvw/thesaurus/services/thesaurus/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/nmvw.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/nmvw.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "http://data.bibliotheken.nl/id/dataset/persons",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Nederlandse Thesaurus van Auteursnamen"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"alternateName": [
|
|
12
|
+
{
|
|
13
|
+
"@language": "nl",
|
|
14
|
+
"@value": "NTA"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"creator": [
|
|
18
|
+
{
|
|
19
|
+
"@id": "http://data.bibliotheken.nl/doc/thes/p075301482"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"url": [
|
|
23
|
+
"http://data.bibliotheken.nl/id/thes/"
|
|
24
|
+
],
|
|
25
|
+
"distribution": [
|
|
26
|
+
{
|
|
27
|
+
"@id": "http://data.bibliotheken.nl/thesp/sparql",
|
|
28
|
+
"@type": "DataDownload",
|
|
29
|
+
"contentUrl": "http://data.bibliotheken.nl/sparql",
|
|
30
|
+
"encodingFormat": "application/sparql-query",
|
|
31
|
+
"potentialAction": [
|
|
32
|
+
{
|
|
33
|
+
"@type": "SearchAction",
|
|
34
|
+
"query": "file://catalog/queries/search/nta.rq"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@type": "FindAction",
|
|
38
|
+
"query": "file://catalog/queries/lookup/brinkman-nta.rq"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "https://data.rkd.nl/rkdartists",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "en",
|
|
8
|
+
"@value": "RKDartists"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://rkd.nl"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"https://data.rkd.nl/artists/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://data.netwerkdigitaalerfgoed.nl/rkd/rkdartists/sparql",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://api.data.netwerkdigitaalerfgoed.nl/datasets/rkd/rkdartists/services/rkdartists/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/rkdartists.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/rkdartists.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "https://www.wikidata.org#entities-all",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Wikidata: alle entiteiten"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.wikidata.org/entity/Q180"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"http://www.wikidata.org/entity/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://query.wikidata.org/sparql#entities-all",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://query.wikidata.org/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/wikidata-entities-all.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/wikidata.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "https://www.wikidata.org#entities-persons",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Wikidata: personen"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.wikidata.org/entity/Q180"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"http://www.wikidata.org/entity/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://query.wikidata.org/sparql#entities-persons",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://query.wikidata.org/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/wikidata-entities-persons.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/wikidata.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "https://www.wikidata.org#entities-places",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Wikidata: plaatsen in Nederland en België"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.wikidata.org/entity/Q180"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"http://www.wikidata.org/entity/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://query.wikidata.org/sparql#entities-places",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://query.wikidata.org/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/wikidata-entities-places.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/wikidata.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "https://www.wikidata.org#entities-streets",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Wikidata: straten in Nederland"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"creator": [
|
|
12
|
+
{
|
|
13
|
+
"@id": "https://www.wikidata.org/entity/Q180"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"url": [
|
|
17
|
+
"http://www.wikidata.org/entity/"
|
|
18
|
+
],
|
|
19
|
+
"distribution": [
|
|
20
|
+
{
|
|
21
|
+
"@id": "https://query.wikidata.org/sparql#entities-streets",
|
|
22
|
+
"@type": "DataDownload",
|
|
23
|
+
"contentUrl": "https://query.wikidata.org/sparql",
|
|
24
|
+
"encodingFormat": "application/sparql-query",
|
|
25
|
+
"potentialAction": [
|
|
26
|
+
{
|
|
27
|
+
"@type": "SearchAction",
|
|
28
|
+
"query": "file://catalog/queries/search/wikidata-entities-streets.rq"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"@type": "FindAction",
|
|
32
|
+
"query": "file://catalog/queries/lookup/wikidata.rq"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@id": "https://data.niod.nl/WO2_Thesaurus",
|
|
4
|
+
"@type": "Dataset",
|
|
5
|
+
"name": [
|
|
6
|
+
{
|
|
7
|
+
"@language": "nl",
|
|
8
|
+
"@value": "Thesaurus Tweede Wereldoorlog Nederland"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"alternateName": [
|
|
12
|
+
{
|
|
13
|
+
"@language": "nl",
|
|
14
|
+
"@value": "WO2 Thesaurus"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"creator": [
|
|
18
|
+
{
|
|
19
|
+
"@id": "https://www.niod.nl"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"url": [
|
|
23
|
+
"https://data.niod.nl/WO2_Thesaurus/"
|
|
24
|
+
],
|
|
25
|
+
"distribution": [
|
|
26
|
+
{
|
|
27
|
+
"@id": "https://data.niod.nl/PoolParty/sparql/WO2_Thesaurus",
|
|
28
|
+
"@type": "DataDownload",
|
|
29
|
+
"contentUrl": "https://data.niod.nl/PoolParty/sparql/WO2_Thesaurus",
|
|
30
|
+
"encodingFormat": "application/sparql-query",
|
|
31
|
+
"potentialAction": [
|
|
32
|
+
{
|
|
33
|
+
"@type": "SearchAction",
|
|
34
|
+
"query": "file://catalog/queries/search/wo2thesaurus.rq"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"@type": "FindAction",
|
|
38
|
+
"query": "file://catalog/queries/lookup/wo2thesaurus.rq"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
|
|
3
|
+
"@graph": [
|
|
4
|
+
{
|
|
5
|
+
"@id": "http://www.getty.edu/research/",
|
|
6
|
+
"@type": "Organization",
|
|
7
|
+
"name": "Getty Research Institute",
|
|
8
|
+
"alternateName": "Getty"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"@id": "https://www.cultureelerfgoed.nl",
|
|
12
|
+
"@type": "Organization",
|
|
13
|
+
"name": "Rijksdienst voor het Cultureel Erfgoed",
|
|
14
|
+
"alternateName": "RCE"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"@id": "https://www.niod.nl",
|
|
18
|
+
"@type": "Organization",
|
|
19
|
+
"name": "Instituut voor Oorlogs-, Holocaust- en Genocidestudies",
|
|
20
|
+
"alternateName": "NIOD"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"@id": "http://www.wereldculturen.nl",
|
|
24
|
+
"@type": "Organization",
|
|
25
|
+
"name": "Stiching Nationaal Museum van Wereldculturen",
|
|
26
|
+
"alternateName": "NMVW"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"@id": "http://data.bibliotheken.nl/doc/thes/p075301482",
|
|
30
|
+
"@type": "Organization",
|
|
31
|
+
"name": "Koninklijke Bibliotheek",
|
|
32
|
+
"alternateName": "KB"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"@id": "https://rkd.nl",
|
|
36
|
+
"@type": "Organization",
|
|
37
|
+
"name": "RKD – Nederlands Instituut voor Kunstgeschiedenis",
|
|
38
|
+
"alternateName": "RKD"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"@id": "https://www.wikidata.org/entity/Q180",
|
|
42
|
+
"@type": "Organization",
|
|
43
|
+
"name": "Wikidata",
|
|
44
|
+
"alternateName": "Wikidata"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"@id": "https://www.muziekweb.nl",
|
|
48
|
+
"@type": "Organization",
|
|
49
|
+
"name": "Muziekweb",
|
|
50
|
+
"alternateName": "Muziekweb"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"@id": "https://www.omroepmuziek.nl",
|
|
54
|
+
"@type": "Organization",
|
|
55
|
+
"name": "Stichting Omroep Muziek",
|
|
56
|
+
"alternateName": "SOM"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"@id": "https://www.beeldengeluid.nl/",
|
|
60
|
+
"@type": "Organization",
|
|
61
|
+
"name": "Nederlands Instituut voor Beeld en Geluid",
|
|
62
|
+
"alternateName": "Beeld en Geluid"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|