@netwerk-digitaal-erfgoed/network-of-terms-catalog 10.16.0 → 10.17.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.
Files changed (67) hide show
  1. package/README.md +11 -11
  2. package/catalog/datasets/aat-materials.jsonld +4 -6
  3. package/catalog/datasets/aat-processes-and-techniques.jsonld +3 -5
  4. package/catalog/datasets/aat-styles-and-periods.jsonld +3 -5
  5. package/catalog/datasets/aat.jsonld +9 -11
  6. package/catalog/datasets/abr.jsonld +4 -8
  7. package/catalog/datasets/adamlink-adressen.jsonld +4 -8
  8. package/catalog/datasets/adamlink-straten.jsonld +4 -8
  9. package/catalog/datasets/brabantse-gebouwen.jsonld +3 -5
  10. package/catalog/datasets/brinkman.jsonld +3 -5
  11. package/catalog/datasets/cht-materials.jsonld +3 -5
  12. package/catalog/datasets/cht-styles-and-periods.jsonld +3 -5
  13. package/catalog/datasets/cht.jsonld +3 -5
  14. package/catalog/datasets/eurovoc.jsonld +4 -8
  15. package/catalog/datasets/geonames-nl-be-de.jsonld +5 -9
  16. package/catalog/datasets/geonames.jsonld +6 -10
  17. package/catalog/datasets/goudatijdmachine-straten.jsonld +4 -6
  18. package/catalog/datasets/gtaa-classificatie.jsonld +69 -71
  19. package/catalog/datasets/gtaa-genres.jsonld +69 -71
  20. package/catalog/datasets/gtaa-geografische-namen.jsonld +69 -71
  21. package/catalog/datasets/gtaa-namen.jsonld +72 -74
  22. package/catalog/datasets/gtaa-onderwerpen-beng.jsonld +72 -74
  23. package/catalog/datasets/gtaa-onderwerpen.jsonld +72 -74
  24. package/catalog/datasets/gtaa-persoonsnamen.jsonld +69 -71
  25. package/catalog/datasets/homosaurus.jsonld +4 -8
  26. package/catalog/datasets/iconclass.jsonld +4 -8
  27. package/catalog/datasets/ied.jsonld +4 -8
  28. package/catalog/datasets/koloniaal-verleden.jsonld +3 -5
  29. package/catalog/datasets/muziekschatten-klassieke-werken.jsonld +4 -8
  30. package/catalog/datasets/muziekschatten-onderwerpen.jsonld +4 -8
  31. package/catalog/datasets/muziekschatten-personen.jsonld +4 -8
  32. package/catalog/datasets/mw-genresstijlen.jsonld +3 -5
  33. package/catalog/datasets/mw-personengroepen.jsonld +3 -5
  34. package/catalog/datasets/nmvw.jsonld +4 -8
  35. package/catalog/datasets/nta.jsonld +4 -8
  36. package/catalog/datasets/picot-brontypen.jsonld +2 -2
  37. package/catalog/datasets/picot-rollen.jsonld +2 -2
  38. package/catalog/datasets/rijksmonumenten.jsonld +3 -5
  39. package/catalog/datasets/rkdartists.jsonld +4 -8
  40. package/catalog/datasets/rtf-personen.jsonld +4 -8
  41. package/catalog/datasets/stcn-drukkers.jsonld +3 -5
  42. package/catalog/datasets/uitvoeringsmedium.jsonld +4 -8
  43. package/catalog/datasets/westerbork.jsonld +4 -8
  44. package/catalog/datasets/wikidata-entities-all.jsonld +5 -9
  45. package/catalog/datasets/wikidata-entities-persons.jsonld +4 -8
  46. package/catalog/datasets/wikidata-entities-places.jsonld +4 -8
  47. package/catalog/datasets/wikidata-entities-streets.jsonld +4 -8
  48. package/catalog/datasets/wo2biografie.jsonld +3 -5
  49. package/catalog/datasets/wo2thesaurus.jsonld +4 -8
  50. package/catalog/queries/lookup/goudatijdmachine-straten.rq +33 -34
  51. package/catalog/queries/search/geonames-nl-be-de.rq +55 -0
  52. package/catalog/queries/search/goudatijdmachine-straten.rq +39 -48
  53. package/{build → dist}/genre.js +0 -1
  54. package/dist/getCatalog.d.ts +5 -0
  55. package/dist/getCatalog.d.ts.map +1 -0
  56. package/{build → dist}/getCatalog.js +40 -17
  57. package/{build → dist}/index.js +0 -1
  58. package/package.json +40 -37
  59. package/build/genre.js.map +0 -1
  60. package/build/getCatalog.d.ts +0 -11
  61. package/build/getCatalog.d.ts.map +0 -1
  62. package/build/getCatalog.js.map +0 -1
  63. package/build/index.js.map +0 -1
  64. /package/{build → dist}/genre.d.ts +0 -0
  65. /package/{build → dist}/genre.d.ts.map +0 -0
  66. /package/{build → dist}/index.d.ts +0 -0
  67. /package/{build → dist}/index.d.ts.map +0 -0
@@ -1,74 +1,72 @@
1
- {
2
- "@context": "https://schema.org",
3
- "@id": "http://data.beeldengeluid.nl/gtaa/OnderwerpenBenG",
4
- "@type": "Dataset",
5
- "name": [
6
- {
7
- "@language": "en",
8
- "@value": "GTAA: subjects sound-vision"
9
- },
10
- {
11
- "@language": "nl",
12
- "@value": "GTAA: onderwerpen beeld-geluid"
13
- }
14
- ],
15
- "genre": [
16
- {
17
- "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Abstracte-begrippen"
18
- },
19
- {
20
- "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Genres"
21
- }
22
- ],
23
- "creator": [
24
- {
25
- "@id": "https://www.beeldengeluid.nl/"
26
- }
27
- ],
28
- "url": [
29
- "http://data.beeldengeluid.nl/gtaa/"
30
- ],
31
- "mainEntityOfPage": [
32
- "https://www.beeldengeluid.nl/kennis/kennisthemas/metadata/gemeenschappelijke-thesaurus-audiovisuele-archieven"
33
- ],
34
- "description": [
35
- {
36
- "@language": "en",
37
- "@value": "Subjects that are only applied to shots/clips/sounds for describing audiovisual material"
38
- },
39
- {
40
- "@language": "nl",
41
- "@value": "Onderwerpen die slechts voor shots/clips/geluiden worden toegepast voor het beschrijven van audiovisueel materiaal"
42
- }
43
- ],
44
- "inLanguage": "nl",
45
- "distribution": [
46
- {
47
- "@id": "https://data.beeldengeluid.nl/id/datadownload/0032",
48
- "@type": "DataDownload",
49
- "contentUrl": "https://$GTAA_CREDENTIALS@gtaa.apis.beeldengeluid.nl/sparql",
50
- "encodingFormat": "application/sparql-query",
51
- "potentialAction": [
52
- {
53
- "@type": "SearchAction",
54
- "query": "file://catalog/queries/search/gtaa.rq"
55
- },
56
- {
57
- "@type": "FindAction",
58
- "query": "file://catalog/queries/lookup/gtaa.rq"
59
- },
60
- {
61
- "@type": "Action",
62
- "target": {
63
- "@type": "EntryPoint",
64
- "actionApplication": {
65
- "@id": "https://reconciliation-api.github.io/specs/latest/",
66
- "@type": "SoftwareApplication"
67
- },
68
- "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{dataset}"
69
- }
70
- }
71
- ]
72
- }
73
- ]
74
- }
1
+ {
2
+ "@context": "https://schema.org",
3
+ "@id": "http://data.beeldengeluid.nl/gtaa/OnderwerpenBenG",
4
+ "@type": "Dataset",
5
+ "name": [
6
+ {
7
+ "@language": "en",
8
+ "@value": "GTAA: subjects sound-vision"
9
+ },
10
+ {
11
+ "@language": "nl",
12
+ "@value": "GTAA: onderwerpen beeld-geluid"
13
+ }
14
+ ],
15
+ "genre": [
16
+ {
17
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Abstracte-begrippen"
18
+ },
19
+ {
20
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Genres"
21
+ }
22
+ ],
23
+ "creator": [
24
+ {
25
+ "@id": "https://www.beeldengeluid.nl/"
26
+ }
27
+ ],
28
+ "url": ["http://data.beeldengeluid.nl/gtaa/"],
29
+ "mainEntityOfPage": [
30
+ "https://www.beeldengeluid.nl/kennis/kennisthemas/metadata/gemeenschappelijke-thesaurus-audiovisuele-archieven"
31
+ ],
32
+ "description": [
33
+ {
34
+ "@language": "en",
35
+ "@value": "Subjects that are only applied to shots/clips/sounds for describing audiovisual material"
36
+ },
37
+ {
38
+ "@language": "nl",
39
+ "@value": "Onderwerpen die slechts voor shots/clips/geluiden worden toegepast voor het beschrijven van audiovisueel materiaal"
40
+ }
41
+ ],
42
+ "inLanguage": "nl",
43
+ "distribution": [
44
+ {
45
+ "@id": "https://data.beeldengeluid.nl/id/datadownload/0032",
46
+ "@type": "DataDownload",
47
+ "contentUrl": "https://$GTAA_CREDENTIALS@gtaa.apis.beeldengeluid.nl/sparql",
48
+ "encodingFormat": "application/sparql-query",
49
+ "potentialAction": [
50
+ {
51
+ "@type": "SearchAction",
52
+ "query": "file://../queries/search/gtaa.rq"
53
+ },
54
+ {
55
+ "@type": "FindAction",
56
+ "query": "file://../queries/lookup/gtaa.rq"
57
+ },
58
+ {
59
+ "@type": "Action",
60
+ "target": {
61
+ "@type": "EntryPoint",
62
+ "actionApplication": {
63
+ "@id": "https://reconciliation-api.github.io/specs/latest/",
64
+ "@type": "SoftwareApplication"
65
+ },
66
+ "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{dataset}"
67
+ }
68
+ }
69
+ ]
70
+ }
71
+ ]
72
+ }
@@ -1,74 +1,72 @@
1
- {
2
- "@context": "https://schema.org",
3
- "@id": "http://data.beeldengeluid.nl/gtaa/Onderwerpen",
4
- "@type": "Dataset",
5
- "name": [
6
- {
7
- "@language": "en",
8
- "@value": "GTAA: subjects"
9
- },
10
- {
11
- "@language": "nl",
12
- "@value": "GTAA: onderwerpen"
13
- }
14
- ],
15
- "genre": [
16
- {
17
- "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Abstracte-begrippen"
18
- },
19
- {
20
- "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Genres"
21
- }
22
- ],
23
- "creator": [
24
- {
25
- "@id": "https://www.beeldengeluid.nl/"
26
- }
27
- ],
28
- "url": [
29
- "http://data.beeldengeluid.nl/gtaa/"
30
- ],
31
- "mainEntityOfPage": [
32
- "https://www.beeldengeluid.nl/kennis/kennisthemas/metadata/gemeenschappelijke-thesaurus-audiovisuele-archieven"
33
- ],
34
- "description": [
35
- {
36
- "@language": "en",
37
- "@value": "Subjects for describing audiovisual material"
38
- },
39
- {
40
- "@language": "nl",
41
- "@value": "Onderwerpen voor het beschrijven van audiovisueel materiaal"
42
- }
43
- ],
44
- "inLanguage": "nl",
45
- "distribution": [
46
- {
47
- "@id": "https://data.beeldengeluid.nl/id/datadownload/0031",
48
- "@type": "DataDownload",
49
- "contentUrl": "https://$GTAA_CREDENTIALS@gtaa.apis.beeldengeluid.nl/sparql",
50
- "encodingFormat": "application/sparql-query",
51
- "potentialAction": [
52
- {
53
- "@type": "SearchAction",
54
- "query": "file://catalog/queries/search/gtaa.rq"
55
- },
56
- {
57
- "@type": "FindAction",
58
- "query": "file://catalog/queries/lookup/gtaa.rq"
59
- },
60
- {
61
- "@type": "Action",
62
- "target": {
63
- "@type": "EntryPoint",
64
- "actionApplication": {
65
- "@id": "https://reconciliation-api.github.io/specs/latest/",
66
- "@type": "SoftwareApplication"
67
- },
68
- "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{dataset}"
69
- }
70
- }
71
- ]
72
- }
73
- ]
74
- }
1
+ {
2
+ "@context": "https://schema.org",
3
+ "@id": "http://data.beeldengeluid.nl/gtaa/Onderwerpen",
4
+ "@type": "Dataset",
5
+ "name": [
6
+ {
7
+ "@language": "en",
8
+ "@value": "GTAA: subjects"
9
+ },
10
+ {
11
+ "@language": "nl",
12
+ "@value": "GTAA: onderwerpen"
13
+ }
14
+ ],
15
+ "genre": [
16
+ {
17
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Abstracte-begrippen"
18
+ },
19
+ {
20
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Genres"
21
+ }
22
+ ],
23
+ "creator": [
24
+ {
25
+ "@id": "https://www.beeldengeluid.nl/"
26
+ }
27
+ ],
28
+ "url": ["http://data.beeldengeluid.nl/gtaa/"],
29
+ "mainEntityOfPage": [
30
+ "https://www.beeldengeluid.nl/kennis/kennisthemas/metadata/gemeenschappelijke-thesaurus-audiovisuele-archieven"
31
+ ],
32
+ "description": [
33
+ {
34
+ "@language": "en",
35
+ "@value": "Subjects for describing audiovisual material"
36
+ },
37
+ {
38
+ "@language": "nl",
39
+ "@value": "Onderwerpen voor het beschrijven van audiovisueel materiaal"
40
+ }
41
+ ],
42
+ "inLanguage": "nl",
43
+ "distribution": [
44
+ {
45
+ "@id": "https://data.beeldengeluid.nl/id/datadownload/0031",
46
+ "@type": "DataDownload",
47
+ "contentUrl": "https://$GTAA_CREDENTIALS@gtaa.apis.beeldengeluid.nl/sparql",
48
+ "encodingFormat": "application/sparql-query",
49
+ "potentialAction": [
50
+ {
51
+ "@type": "SearchAction",
52
+ "query": "file://../queries/search/gtaa.rq"
53
+ },
54
+ {
55
+ "@type": "FindAction",
56
+ "query": "file://../queries/lookup/gtaa.rq"
57
+ },
58
+ {
59
+ "@type": "Action",
60
+ "target": {
61
+ "@type": "EntryPoint",
62
+ "actionApplication": {
63
+ "@id": "https://reconciliation-api.github.io/specs/latest/",
64
+ "@type": "SoftwareApplication"
65
+ },
66
+ "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{dataset}"
67
+ }
68
+ }
69
+ ]
70
+ }
71
+ ]
72
+ }
@@ -1,71 +1,69 @@
1
- {
2
- "@context": "https://schema.org",
3
- "@id": "http://data.beeldengeluid.nl/gtaa/Persoonsnamen",
4
- "@type": "Dataset",
5
- "name": [
6
- {
7
- "@language": "en",
8
- "@value": "GTAA: personal names"
9
- },
10
- {
11
- "@language": "nl",
12
- "@value": "GTAA: persoonsnamen"
13
- }
14
- ],
15
- "genre": [
16
- {
17
- "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Personen"
18
- }
19
- ],
20
- "creator": [
21
- {
22
- "@id": "https://www.beeldengeluid.nl/"
23
- }
24
- ],
25
- "url": [
26
- "http://data.beeldengeluid.nl/gtaa/"
27
- ],
28
- "mainEntityOfPage": [
29
- "https://www.beeldengeluid.nl/kennis/kennisthemas/metadata/gemeenschappelijke-thesaurus-audiovisuele-archieven"
30
- ],
31
- "description": [
32
- {
33
- "@language": "en",
34
- "@value": "Persons for describing audiovisual material"
35
- },
36
- {
37
- "@language": "nl",
38
- "@value": "Personen voor het beschrijven van audiovisueel materiaal"
39
- }
40
- ],
41
- "inLanguage": "nl",
42
- "distribution": [
43
- {
44
- "@id": "https://data.beeldengeluid.nl/id/datadownload/0026",
45
- "@type": "DataDownload",
46
- "contentUrl": "https://$GTAA_CREDENTIALS@gtaa.apis.beeldengeluid.nl/sparql",
47
- "encodingFormat": "application/sparql-query",
48
- "potentialAction": [
49
- {
50
- "@type": "SearchAction",
51
- "query": "file://catalog/queries/search/gtaa.rq"
52
- },
53
- {
54
- "@type": "FindAction",
55
- "query": "file://catalog/queries/lookup/gtaa.rq"
56
- },
57
- {
58
- "@type": "Action",
59
- "target": {
60
- "@type": "EntryPoint",
61
- "actionApplication": {
62
- "@id": "https://reconciliation-api.github.io/specs/latest/",
63
- "@type": "SoftwareApplication"
64
- },
65
- "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{dataset}"
66
- }
67
- }
68
- ]
69
- }
70
- ]
71
- }
1
+ {
2
+ "@context": "https://schema.org",
3
+ "@id": "http://data.beeldengeluid.nl/gtaa/Persoonsnamen",
4
+ "@type": "Dataset",
5
+ "name": [
6
+ {
7
+ "@language": "en",
8
+ "@value": "GTAA: personal names"
9
+ },
10
+ {
11
+ "@language": "nl",
12
+ "@value": "GTAA: persoonsnamen"
13
+ }
14
+ ],
15
+ "genre": [
16
+ {
17
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Personen"
18
+ }
19
+ ],
20
+ "creator": [
21
+ {
22
+ "@id": "https://www.beeldengeluid.nl/"
23
+ }
24
+ ],
25
+ "url": ["http://data.beeldengeluid.nl/gtaa/"],
26
+ "mainEntityOfPage": [
27
+ "https://www.beeldengeluid.nl/kennis/kennisthemas/metadata/gemeenschappelijke-thesaurus-audiovisuele-archieven"
28
+ ],
29
+ "description": [
30
+ {
31
+ "@language": "en",
32
+ "@value": "Persons for describing audiovisual material"
33
+ },
34
+ {
35
+ "@language": "nl",
36
+ "@value": "Personen voor het beschrijven van audiovisueel materiaal"
37
+ }
38
+ ],
39
+ "inLanguage": "nl",
40
+ "distribution": [
41
+ {
42
+ "@id": "https://data.beeldengeluid.nl/id/datadownload/0026",
43
+ "@type": "DataDownload",
44
+ "contentUrl": "https://$GTAA_CREDENTIALS@gtaa.apis.beeldengeluid.nl/sparql",
45
+ "encodingFormat": "application/sparql-query",
46
+ "potentialAction": [
47
+ {
48
+ "@type": "SearchAction",
49
+ "query": "file://../queries/search/gtaa.rq"
50
+ },
51
+ {
52
+ "@type": "FindAction",
53
+ "query": "file://../queries/lookup/gtaa.rq"
54
+ },
55
+ {
56
+ "@type": "Action",
57
+ "target": {
58
+ "@type": "EntryPoint",
59
+ "actionApplication": {
60
+ "@id": "https://reconciliation-api.github.io/specs/latest/",
61
+ "@type": "SoftwareApplication"
62
+ },
63
+ "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{dataset}"
64
+ }
65
+ }
66
+ ]
67
+ }
68
+ ]
69
+ }
@@ -22,12 +22,8 @@
22
22
  "@id": "https://ihlia.nl"
23
23
  }
24
24
  ],
25
- "url": [
26
- "https://data.ihlia.nl/homosaurus/"
27
- ],
28
- "mainEntityOfPage": [
29
- "https://homosaurus.org"
30
- ],
25
+ "url": ["https://data.ihlia.nl/homosaurus/"],
26
+ "mainEntityOfPage": ["https://homosaurus.org"],
31
27
  "description": [
32
28
  {
33
29
  "@language": "en",
@@ -48,11 +44,11 @@
48
44
  "potentialAction": [
49
45
  {
50
46
  "@type": "SearchAction",
51
- "query": "file://catalog/queries/search/poolparty.rq"
47
+ "query": "file://../queries/search/poolparty.rq"
52
48
  },
53
49
  {
54
50
  "@type": "FindAction",
55
- "query": "file://catalog/queries/lookup/poolparty.rq"
51
+ "query": "file://../queries/lookup/poolparty.rq"
56
52
  },
57
53
  {
58
54
  "@type": "Action",
@@ -28,12 +28,8 @@
28
28
  "@id": "https://henrivandewaalfoundation.org"
29
29
  }
30
30
  ],
31
- "url": [
32
- "https://iconclass.org/"
33
- ],
34
- "mainEntityOfPage": [
35
- "https://iconclass.org"
36
- ],
31
+ "url": ["https://iconclass.org/"],
32
+ "mainEntityOfPage": ["https://iconclass.org"],
37
33
  "description": [
38
34
  {
39
35
  "@language": "en",
@@ -54,11 +50,11 @@
54
50
  "potentialAction": [
55
51
  {
56
52
  "@type": "SearchAction",
57
- "query": "file://catalog/queries/search/iconclass.rq"
53
+ "query": "file://../queries/search/iconclass.rq"
58
54
  },
59
55
  {
60
56
  "@type": "FindAction",
61
- "query": "file://catalog/queries/lookup/iconclass.rq"
57
+ "query": "file://../queries/lookup/iconclass.rq"
62
58
  },
63
59
  {
64
60
  "@type": "Action",
@@ -37,12 +37,8 @@
37
37
  "@id": "https://www.indischherinneringscentrum.nl/"
38
38
  }
39
39
  ],
40
- "url": [
41
- "https://data.indischherinneringscentrum.nl/ied/"
42
- ],
43
- "mainEntityOfPage": [
44
- "https://data.indischherinneringscentrum.nl/ied.html"
45
- ],
40
+ "url": ["https://data.indischherinneringscentrum.nl/ied/"],
41
+ "mainEntityOfPage": ["https://data.indischherinneringscentrum.nl/ied.html"],
46
42
  "description": [
47
43
  {
48
44
  "@language": "en",
@@ -63,11 +59,11 @@
63
59
  "potentialAction": [
64
60
  {
65
61
  "@type": "SearchAction",
66
- "query": "file://catalog/queries/search/ied.rq"
62
+ "query": "file://../queries/search/ied.rq"
67
63
  },
68
64
  {
69
65
  "@type": "FindAction",
70
- "query": "file://catalog/queries/lookup/ied.rq"
66
+ "query": "file://../queries/lookup/ied.rq"
71
67
  },
72
68
  {
73
69
  "@type": "Action",
@@ -34,9 +34,7 @@
34
34
  "@id": "https://www.cultureelerfgoed.nl"
35
35
  }
36
36
  ],
37
- "url": [
38
- "https://data.cultureelerfgoed.nl/koloniaalverleden/"
39
- ],
37
+ "url": ["https://data.cultureelerfgoed.nl/koloniaalverleden/"],
40
38
  "mainEntityOfPage": [
41
39
  "https://www.cultureelerfgoed.nl/onderwerpen/slavernijverleden/documenten/publicaties/2021/01/01/handreiking-onderzoek-naar-sporen-van-slavernij-en-het-koloniale-verleden-in-de-collectieregistratie"
42
40
  ],
@@ -60,11 +58,11 @@
60
58
  "potentialAction": [
61
59
  {
62
60
  "@type": "SearchAction",
63
- "query": "file://catalog/queries/search/poolparty.rq"
61
+ "query": "file://../queries/search/poolparty.rq"
64
62
  },
65
63
  {
66
64
  "@type": "FindAction",
67
- "query": "file://catalog/queries/lookup/poolparty.rq"
65
+ "query": "file://../queries/lookup/poolparty.rq"
68
66
  },
69
67
  {
70
68
  "@type": "Action",
@@ -22,12 +22,8 @@
22
22
  "@id": "https://www.podiumkunst.net"
23
23
  }
24
24
  ],
25
- "url": [
26
- "https://data.muziekschatten.nl/som/work/"
27
- ],
28
- "mainEntityOfPage": [
29
- "https://data.muziekschatten.nl/"
30
- ],
25
+ "url": ["https://data.muziekschatten.nl/som/work/"],
26
+ "mainEntityOfPage": ["https://data.muziekschatten.nl/"],
31
27
  "description": [
32
28
  {
33
29
  "@language": "en",
@@ -48,11 +44,11 @@
48
44
  "potentialAction": [
49
45
  {
50
46
  "@type": "SearchAction",
51
- "query": "file://catalog/queries/search/muziekschatten-klassiekewerken.rq"
47
+ "query": "file://../queries/search/muziekschatten-klassiekewerken.rq"
52
48
  },
53
49
  {
54
50
  "@type": "FindAction",
55
- "query": "file://catalog/queries/lookup/muziekschatten-klassiekewerken.rq"
51
+ "query": "file://../queries/lookup/muziekschatten-klassiekewerken.rq"
56
52
  },
57
53
  {
58
54
  "@type": "Action",
@@ -25,12 +25,8 @@
25
25
  "@id": "https://www.omroepmuziek.nl"
26
26
  }
27
27
  ],
28
- "url": [
29
- "https://data.muziekschatten.nl/som/d"
30
- ],
31
- "mainEntityOfPage": [
32
- "https://data.muziekschatten.nl/"
33
- ],
28
+ "url": ["https://data.muziekschatten.nl/som/d"],
29
+ "mainEntityOfPage": ["https://data.muziekschatten.nl/"],
34
30
  "description": [
35
31
  {
36
32
  "@language": "en",
@@ -51,11 +47,11 @@
51
47
  "potentialAction": [
52
48
  {
53
49
  "@type": "SearchAction",
54
- "query": "file://catalog/queries/search/muziekschatten-onderwerpen.rq"
50
+ "query": "file://../queries/search/muziekschatten-onderwerpen.rq"
55
51
  },
56
52
  {
57
53
  "@type": "FindAction",
58
- "query": "file://catalog/queries/lookup/muziekschatten-onderwerpen.rq"
54
+ "query": "file://../queries/lookup/muziekschatten-onderwerpen.rq"
59
55
  },
60
56
  {
61
57
  "@type": "Action",
@@ -22,12 +22,8 @@
22
22
  "@id": "https://www.omroepmuziek.nl"
23
23
  }
24
24
  ],
25
- "url": [
26
- "https://data.muziekschatten.nl/som/"
27
- ],
28
- "mainEntityOfPage": [
29
- "https://data.muziekschatten.nl/som/"
30
- ],
25
+ "url": ["https://data.muziekschatten.nl/som/"],
26
+ "mainEntityOfPage": ["https://data.muziekschatten.nl/som/"],
31
27
  "description": [
32
28
  {
33
29
  "@language": "en",
@@ -48,11 +44,11 @@
48
44
  "potentialAction": [
49
45
  {
50
46
  "@type": "SearchAction",
51
- "query": "file://catalog/queries/search/muziekschatten-personen.rq"
47
+ "query": "file://../queries/search/muziekschatten-personen.rq"
52
48
  },
53
49
  {
54
50
  "@type": "FindAction",
55
- "query": "file://catalog/queries/lookup/muziekschatten-personen.rq"
51
+ "query": "file://../queries/lookup/muziekschatten-personen.rq"
56
52
  },
57
53
  {
58
54
  "@type": "Action",