@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.
Files changed (56) hide show
  1. package/LICENSE.md +188 -0
  2. package/README.md +62 -0
  3. package/build/catalog.d.ts +45 -0
  4. package/build/catalog.js +140 -0
  5. package/build/catalog.js.map +1 -0
  6. package/build/index.d.ts +1 -0
  7. package/build/index.js +14 -0
  8. package/build/index.js.map +1 -0
  9. package/catalog/datasets/aat.jsonld +43 -0
  10. package/catalog/datasets/abr.jsonld +43 -0
  11. package/catalog/datasets/brinkman.jsonld +43 -0
  12. package/catalog/datasets/cht.jsonld +43 -0
  13. package/catalog/datasets/gtaa-genres.jsonld +37 -0
  14. package/catalog/datasets/gtaa-geografische-namen.jsonld +37 -0
  15. package/catalog/datasets/gtaa-onderwerpen.jsonld +37 -0
  16. package/catalog/datasets/muziekschatten-onderwerpen.jsonld +37 -0
  17. package/catalog/datasets/muziekschatten-personen.jsonld +37 -0
  18. package/catalog/datasets/mw-genresstijlen.jsonld +37 -0
  19. package/catalog/datasets/mw-personengroepen.jsonld +37 -0
  20. package/catalog/datasets/nmvw.jsonld +37 -0
  21. package/catalog/datasets/nta.jsonld +43 -0
  22. package/catalog/datasets/rkdartists.jsonld +37 -0
  23. package/catalog/datasets/wikidata-entities-all.jsonld +37 -0
  24. package/catalog/datasets/wikidata-entities-persons.jsonld +37 -0
  25. package/catalog/datasets/wikidata-entities-places.jsonld +37 -0
  26. package/catalog/datasets/wikidata-entities-streets.jsonld +37 -0
  27. package/catalog/datasets/wo2thesaurus.jsonld +43 -0
  28. package/catalog/publishers.jsonld +65 -0
  29. package/catalog/queries/lookup/aat.rq +49 -0
  30. package/catalog/queries/lookup/abr-cht.rq +46 -0
  31. package/catalog/queries/lookup/brinkman-nta.rq +66 -0
  32. package/catalog/queries/lookup/gtaa.rq +55 -0
  33. package/catalog/queries/lookup/muziekschatten.rq +79 -0
  34. package/catalog/queries/lookup/muziekweb.rq +40 -0
  35. package/catalog/queries/lookup/nmvw.rq +41 -0
  36. package/catalog/queries/lookup/rkdartists.rq +20 -0
  37. package/catalog/queries/lookup/wikidata.rq +51 -0
  38. package/catalog/queries/lookup/wo2thesaurus.rq +48 -0
  39. package/catalog/queries/search/aat.rq +50 -0
  40. package/catalog/queries/search/abr.rq +51 -0
  41. package/catalog/queries/search/brinkman.rq +61 -0
  42. package/catalog/queries/search/cht.rq +46 -0
  43. package/catalog/queries/search/gtaa.rq +55 -0
  44. package/catalog/queries/search/muziekschatten-onderwerpen.rq +45 -0
  45. package/catalog/queries/search/muziekschatten-personen.rq +66 -0
  46. package/catalog/queries/search/mw-genresstijlen.rq +31 -0
  47. package/catalog/queries/search/mw-personengroepen.rq +25 -0
  48. package/catalog/queries/search/nmvw.rq +42 -0
  49. package/catalog/queries/search/nta.rq +23 -0
  50. package/catalog/queries/search/rkdartists.rq +23 -0
  51. package/catalog/queries/search/wikidata-entities-all.rq +34 -0
  52. package/catalog/queries/search/wikidata-entities-persons.rq +44 -0
  53. package/catalog/queries/search/wikidata-entities-places.rq +67 -0
  54. package/catalog/queries/search/wikidata-entities-streets.rq +68 -0
  55. package/catalog/queries/search/wo2thesaurus.rq +46 -0
  56. 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
+ }