@netwerk-digitaal-erfgoed/network-of-terms-catalog 10.16.0 → 10.16.1

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 (63) hide show
  1. package/README.md +11 -11
  2. package/catalog/datasets/aat-materials.jsonld +2 -2
  3. package/catalog/datasets/aat-processes-and-techniques.jsonld +2 -2
  4. package/catalog/datasets/aat-styles-and-periods.jsonld +2 -2
  5. package/catalog/datasets/aat.jsonld +2 -2
  6. package/catalog/datasets/abr.jsonld +2 -2
  7. package/catalog/datasets/adamlink-adressen.jsonld +2 -2
  8. package/catalog/datasets/adamlink-straten.jsonld +2 -2
  9. package/catalog/datasets/brabantse-gebouwen.jsonld +2 -2
  10. package/catalog/datasets/brinkman.jsonld +2 -2
  11. package/catalog/datasets/cht-materials.jsonld +2 -2
  12. package/catalog/datasets/cht-styles-and-periods.jsonld +2 -2
  13. package/catalog/datasets/cht.jsonld +2 -2
  14. package/catalog/datasets/eurovoc.jsonld +2 -2
  15. package/catalog/datasets/geonames-nl-be-de.jsonld +2 -2
  16. package/catalog/datasets/geonames.jsonld +4 -4
  17. package/catalog/datasets/goudatijdmachine-straten.jsonld +2 -2
  18. package/catalog/datasets/gtaa-classificatie.jsonld +71 -71
  19. package/catalog/datasets/gtaa-genres.jsonld +71 -71
  20. package/catalog/datasets/gtaa-geografische-namen.jsonld +71 -71
  21. package/catalog/datasets/gtaa-namen.jsonld +74 -74
  22. package/catalog/datasets/gtaa-onderwerpen-beng.jsonld +74 -74
  23. package/catalog/datasets/gtaa-onderwerpen.jsonld +74 -74
  24. package/catalog/datasets/gtaa-persoonsnamen.jsonld +71 -71
  25. package/catalog/datasets/homosaurus.jsonld +2 -2
  26. package/catalog/datasets/iconclass.jsonld +2 -2
  27. package/catalog/datasets/ied.jsonld +2 -2
  28. package/catalog/datasets/koloniaal-verleden.jsonld +2 -2
  29. package/catalog/datasets/muziekschatten-klassieke-werken.jsonld +2 -2
  30. package/catalog/datasets/muziekschatten-onderwerpen.jsonld +2 -2
  31. package/catalog/datasets/muziekschatten-personen.jsonld +2 -2
  32. package/catalog/datasets/mw-genresstijlen.jsonld +2 -2
  33. package/catalog/datasets/mw-personengroepen.jsonld +2 -2
  34. package/catalog/datasets/nmvw.jsonld +2 -2
  35. package/catalog/datasets/nta.jsonld +2 -2
  36. package/catalog/datasets/picot-brontypen.jsonld +2 -2
  37. package/catalog/datasets/picot-rollen.jsonld +2 -2
  38. package/catalog/datasets/rijksmonumenten.jsonld +2 -2
  39. package/catalog/datasets/rkdartists.jsonld +2 -2
  40. package/catalog/datasets/rtf-personen.jsonld +2 -2
  41. package/catalog/datasets/stcn-drukkers.jsonld +2 -2
  42. package/catalog/datasets/uitvoeringsmedium.jsonld +2 -2
  43. package/catalog/datasets/westerbork.jsonld +2 -2
  44. package/catalog/datasets/wikidata-entities-all.jsonld +2 -2
  45. package/catalog/datasets/wikidata-entities-persons.jsonld +2 -2
  46. package/catalog/datasets/wikidata-entities-places.jsonld +2 -2
  47. package/catalog/datasets/wikidata-entities-streets.jsonld +2 -2
  48. package/catalog/datasets/wo2biografie.jsonld +2 -2
  49. package/catalog/datasets/wo2thesaurus.jsonld +2 -2
  50. package/catalog/queries/search/geonames-nl-be-de.rq +55 -0
  51. package/{build → dist}/genre.js +0 -1
  52. package/{build → dist}/getCatalog.d.ts +1 -1
  53. package/{build → dist}/getCatalog.d.ts.map +1 -1
  54. package/{build → dist}/getCatalog.js +10 -8
  55. package/{build → dist}/index.js +0 -1
  56. package/package.json +37 -36
  57. package/build/genre.js.map +0 -1
  58. package/build/getCatalog.js.map +0 -1
  59. package/build/index.js.map +0 -1
  60. /package/{build → dist}/genre.d.ts +0 -0
  61. /package/{build → dist}/genre.d.ts.map +0 -0
  62. /package/{build → dist}/index.d.ts +0 -0
  63. /package/{build → dist}/index.d.ts.map +0 -0
package/README.md CHANGED
@@ -13,17 +13,17 @@ Most of the dataset’s properties match the
13
13
  additions specific to the Network of Terms:
14
14
 
15
15
  - `schema:url` is used for the HTTP URI prefix of terms in the dataset, e.g. `http://vocab.getty.edu/aat/` for Getty
16
- resources. This prefix is needed when clients look up terms by their URI in the Network of Terms: the Network then has
16
+ resources. This prefix is needed when clients look up terms by their URI in the Network of Terms: the Network then has
17
17
  to know which source to consult to retrieve the term;
18
18
  - `schema:inLanguage` is a required property;
19
19
  - `schema:genre` is a required property, with values restricted to the list of [Termennetwerk onderwerpen](https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen.html);
20
20
  - `schema:mainEntityOfPage` is a required property;
21
21
  - each distribution has two or more [`schema:potentialAction`](https://schema.org/potentialAction)s:
22
- - a [`schema:SearchAction`](https://schema.org/SearchAction) and
23
- a [`schema:FindAction`](https://schema.org/FindAction), both with a [`schema:query`](https://schema.org/query)
24
- property that points to the queries directory;
25
- - optionally, a number of [`schema:Action`](https://schema.org/Action)s that configure the features that the Network
26
- of Terms provides for the distribution, such as [Reconciliation](../network-of-terms-reconciliation).
22
+ - a [`schema:SearchAction`](https://schema.org/SearchAction) and
23
+ a [`schema:FindAction`](https://schema.org/FindAction), both with a [`schema:query`](https://schema.org/query)
24
+ property that points to the queries directory;
25
+ - optionally, a number of [`schema:Action`](https://schema.org/Action)s that configure the features that the Network
26
+ of Terms provides for the distribution, such as [Reconciliation](../network-of-terms-reconciliation).
27
27
 
28
28
  The [queries](catalog/queries) directory contains SPARQL queries for retrieving terms from the datasets. There are
29
29
  two types of queries:
@@ -35,12 +35,12 @@ two types of queries:
35
35
 
36
36
  ### Adding a dataset
37
37
 
38
- * Create a `your-dataset.jsonld` file in the `catalog/datasets` directory and add a description.
39
- * Create a `your-dataset.rq` file in the `queries/search` directory and add your SPARQL search query. A SPARQL
38
+ - Create a `your-dataset.jsonld` file in the `catalog/datasets` directory and add a description.
39
+ - Create a `your-dataset.rq` file in the `queries/search` directory and add your SPARQL search query. A SPARQL
40
40
  lookup query goes into the `queries/lookup` directory.
41
- * If your SPARQL server supports fulltext search relevance scores, you can return them as `vrank:simpleRank` values to
41
+ - If your SPARQL server supports fulltext search relevance scores, you can return them as `vrank:simpleRank` values to
42
42
  have search results ordered by rank instead of the default, alphabetical order.
43
- * [Run the tests](../../docs/tests.md) to make sure your dataset description conforms to the
43
+ - [Run the tests](../../docs/tests.md) to make sure your dataset description conforms to the
44
44
  [dataset SHACL](shacl/dataset.jsonld).
45
- * To try your queries locally, you can
45
+ - To try your queries locally, you can
46
46
  [run the GraphQL API](../network-of-terms-graphql/README.md#for-network-of-terms-developers) with your catalog.
@@ -59,12 +59,12 @@
59
59
  {
60
60
  "@type": "SearchAction",
61
61
  "name": "search",
62
- "query": "file://catalog/queries/search/aat-materials.rq"
62
+ "query": "file://../queries/search/aat-materials.rq"
63
63
  },
64
64
  {
65
65
  "@type": "FindAction",
66
66
  "name": "lookup",
67
- "query": "file://catalog/queries/lookup/aat.rq"
67
+ "query": "file://../queries/lookup/aat.rq"
68
68
  },
69
69
  {
70
70
  "@type": "Action",
@@ -58,11 +58,11 @@
58
58
  "potentialAction": [
59
59
  {
60
60
  "@type": "SearchAction",
61
- "query": "file://catalog/queries/search/aat-processes-and-techniques.rq"
61
+ "query": "file://../queries/search/aat-processes-and-techniques.rq"
62
62
  },
63
63
  {
64
64
  "@type": "FindAction",
65
- "query": "file://catalog/queries/lookup/aat.rq"
65
+ "query": "file://../queries/lookup/aat.rq"
66
66
  },
67
67
  {
68
68
  "@type": "Action",
@@ -61,11 +61,11 @@
61
61
  "potentialAction": [
62
62
  {
63
63
  "@type": "SearchAction",
64
- "query": "file://catalog/queries/search/aat-styles-and-periods.rq"
64
+ "query": "file://../queries/search/aat-styles-and-periods.rq"
65
65
  },
66
66
  {
67
67
  "@type": "FindAction",
68
- "query": "file://catalog/queries/lookup/aat.rq"
68
+ "query": "file://../queries/lookup/aat.rq"
69
69
  },
70
70
  {
71
71
  "@type": "Action",
@@ -79,11 +79,11 @@
79
79
  "potentialAction": [
80
80
  {
81
81
  "@type": "SearchAction",
82
- "query": "file://catalog/queries/search/aat.rq"
82
+ "query": "file://../queries/search/aat.rq"
83
83
  },
84
84
  {
85
85
  "@type": "FindAction",
86
- "query": "file://catalog/queries/lookup/aat.rq"
86
+ "query": "file://../queries/lookup/aat.rq"
87
87
  },
88
88
  {
89
89
  "@type": "Action",
@@ -70,11 +70,11 @@
70
70
  "potentialAction": [
71
71
  {
72
72
  "@type": "SearchAction",
73
- "query": "file://catalog/queries/search/abr.rq"
73
+ "query": "file://../queries/search/abr.rq"
74
74
  },
75
75
  {
76
76
  "@type": "FindAction",
77
- "query": "file://catalog/queries/lookup/poolparty.rq"
77
+ "query": "file://../queries/lookup/poolparty.rq"
78
78
  },
79
79
  {
80
80
  "@type": "Action",
@@ -48,11 +48,11 @@
48
48
  "potentialAction": [
49
49
  {
50
50
  "@type": "SearchAction",
51
- "query": "file://catalog/queries/search/adamlink-adressen.rq"
51
+ "query": "file://../queries/search/adamlink-adressen.rq"
52
52
  },
53
53
  {
54
54
  "@type": "FindAction",
55
- "query": "file://catalog/queries/lookup/adamlink-adressen.rq"
55
+ "query": "file://../queries/lookup/adamlink-adressen.rq"
56
56
  },
57
57
  {
58
58
  "@type": "Action",
@@ -48,11 +48,11 @@
48
48
  "potentialAction": [
49
49
  {
50
50
  "@type": "SearchAction",
51
- "query": "file://catalog/queries/search/adamlink-straten.rq"
51
+ "query": "file://../queries/search/adamlink-straten.rq"
52
52
  },
53
53
  {
54
54
  "@type": "FindAction",
55
- "query": "file://catalog/queries/lookup/adamlink-straten.rq"
55
+ "query": "file://../queries/lookup/adamlink-straten.rq"
56
56
  },
57
57
  {
58
58
  "@type": "Action",
@@ -48,11 +48,11 @@
48
48
  "potentialAction": [
49
49
  {
50
50
  "@type": "SearchAction",
51
- "query": "file://catalog/queries/search/brabantse-gebouwen.rq"
51
+ "query": "file://../queries/search/brabantse-gebouwen.rq"
52
52
  },
53
53
  {
54
54
  "@type": "FindAction",
55
- "query": "file://catalog/queries/lookup/brabantse-gebouwen.rq"
55
+ "query": "file://../queries/lookup/brabantse-gebouwen.rq"
56
56
  },
57
57
  {
58
58
  "@type": "Action",
@@ -58,11 +58,11 @@
58
58
  "potentialAction": [
59
59
  {
60
60
  "@type": "SearchAction",
61
- "query": "file://catalog/queries/search/brinkman.rq"
61
+ "query": "file://../queries/search/brinkman.rq"
62
62
  },
63
63
  {
64
64
  "@type": "FindAction",
65
- "query": "file://catalog/queries/lookup/brinkman-nta-stcn.rq"
65
+ "query": "file://../queries/lookup/brinkman-nta-stcn.rq"
66
66
  },
67
67
  {
68
68
  "@type": "Action",
@@ -58,11 +58,11 @@
58
58
  "potentialAction": [
59
59
  {
60
60
  "@type": "SearchAction",
61
- "query": "file://catalog/queries/search/cht-materials.rq"
61
+ "query": "file://../queries/search/cht-materials.rq"
62
62
  },
63
63
  {
64
64
  "@type": "FindAction",
65
- "query": "file://catalog/queries/lookup/poolparty.rq"
65
+ "query": "file://../queries/lookup/poolparty.rq"
66
66
  },
67
67
  {
68
68
  "@type": "Action",
@@ -61,11 +61,11 @@
61
61
  "potentialAction": [
62
62
  {
63
63
  "@type": "SearchAction",
64
- "query": "file://catalog/queries/search/cht-styles-and-periods.rq"
64
+ "query": "file://../queries/search/cht-styles-and-periods.rq"
65
65
  },
66
66
  {
67
67
  "@type": "FindAction",
68
- "query": "file://catalog/queries/lookup/poolparty.rq"
68
+ "query": "file://../queries/lookup/poolparty.rq"
69
69
  },
70
70
  {
71
71
  "@type": "Action",
@@ -82,11 +82,11 @@
82
82
  "potentialAction": [
83
83
  {
84
84
  "@type": "SearchAction",
85
- "query": "file://catalog/queries/search/cht.rq"
85
+ "query": "file://../queries/search/cht.rq"
86
86
  },
87
87
  {
88
88
  "@type": "FindAction",
89
- "query": "file://catalog/queries/lookup/poolparty.rq"
89
+ "query": "file://../queries/lookup/poolparty.rq"
90
90
  },
91
91
  {
92
92
  "@type": "Action",
@@ -54,11 +54,11 @@
54
54
  "potentialAction": [
55
55
  {
56
56
  "@type": "SearchAction",
57
- "query": "file://catalog/queries/search/eurovoc.rq"
57
+ "query": "file://../queries/search/eurovoc.rq"
58
58
  },
59
59
  {
60
60
  "@type": "FindAction",
61
- "query": "file://catalog/queries/lookup/eurovoc.rq"
61
+ "query": "file://../queries/lookup/eurovoc.rq"
62
62
  },
63
63
  {
64
64
  "@type": "Action",
@@ -48,11 +48,11 @@
48
48
  "potentialAction": [
49
49
  {
50
50
  "@type": "SearchAction",
51
- "query": "file://catalog/queries/search/geonames.rq"
51
+ "query": "file://../queries/search/geonames-nl-be-de.rq"
52
52
  },
53
53
  {
54
54
  "@type": "FindAction",
55
- "query": "file://catalog/queries/lookup/geonames.rq"
55
+ "query": "file://../queries/lookup/geonames.rq"
56
56
  },
57
57
  {
58
58
  "@type": "Action",
@@ -41,18 +41,18 @@
41
41
  "inLanguage": "en",
42
42
  "distribution": [
43
43
  {
44
- "@id": "https://demo.netwerkdigitaalerfgoed.nl/geonames2",
44
+ "@id": "https://demo.netwerkdigitaalerfgoed.nl/geonames",
45
45
  "@type": "DataDownload",
46
- "contentUrl": "https://demo.netwerkdigitaalerfgoed.nl/geonames2/sparql",
46
+ "contentUrl": "https://demo.netwerkdigitaalerfgoed.nl/geonames/sparql",
47
47
  "encodingFormat": "application/sparql-query",
48
48
  "potentialAction": [
49
49
  {
50
50
  "@type": "SearchAction",
51
- "query": "file://catalog/queries/search/geonames.rq"
51
+ "query": "file://../queries/search/geonames.rq"
52
52
  },
53
53
  {
54
54
  "@type": "FindAction",
55
- "query": "file://catalog/queries/lookup/geonames.rq"
55
+ "query": "file://../queries/lookup/geonames.rq"
56
56
  },
57
57
  {
58
58
  "@type": "Action",
@@ -60,11 +60,11 @@
60
60
  "potentialAction": [
61
61
  {
62
62
  "@type": "SearchAction",
63
- "query": "file://catalog/queries/search/goudatijdmachine-straten.rq"
63
+ "query": "file://../queries/search/goudatijdmachine-straten.rq"
64
64
  },
65
65
  {
66
66
  "@type": "FindAction",
67
- "query": "file://catalog/queries/lookup/goudatijdmachine-straten.rq"
67
+ "query": "file://../queries/lookup/goudatijdmachine-straten.rq"
68
68
  },
69
69
  {
70
70
  "@type": "Action",
@@ -1,71 +1,71 @@
1
- {
2
- "@context": "https://schema.org",
3
- "@id": "http://data.beeldengeluid.nl/gtaa/Classificatie",
4
- "@type": "Dataset",
5
- "name": [
6
- {
7
- "@language": "en",
8
- "@value": "GTAA: classification"
9
- },
10
- {
11
- "@language": "nl",
12
- "@value": "GTAA: classificatie"
13
- }
14
- ],
15
- "genre": [
16
- {
17
- "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Abstracte-begrippen"
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": "Classifications for describing audiovisual material"
35
- },
36
- {
37
- "@language": "nl",
38
- "@value": "Classificaties voor het beschrijven van audiovisueel materiaal"
39
- }
40
- ],
41
- "inLanguage": "nl",
42
- "distribution": [
43
- {
44
- "@id": "https://data.beeldengeluid.nl/id/datadownload/0027",
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/Classificatie",
4
+ "@type": "Dataset",
5
+ "name": [
6
+ {
7
+ "@language": "en",
8
+ "@value": "GTAA: classification"
9
+ },
10
+ {
11
+ "@language": "nl",
12
+ "@value": "GTAA: classificatie"
13
+ }
14
+ ],
15
+ "genre": [
16
+ {
17
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Abstracte-begrippen"
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": "Classifications for describing audiovisual material"
35
+ },
36
+ {
37
+ "@language": "nl",
38
+ "@value": "Classificaties voor het beschrijven van audiovisueel materiaal"
39
+ }
40
+ ],
41
+ "inLanguage": "nl",
42
+ "distribution": [
43
+ {
44
+ "@id": "https://data.beeldengeluid.nl/id/datadownload/0027",
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://../queries/search/gtaa.rq"
52
+ },
53
+ {
54
+ "@type": "FindAction",
55
+ "query": "file://../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,71 +1,71 @@
1
- {
2
- "@context": "https://schema.org",
3
- "@id": "http://data.beeldengeluid.nl/gtaa/Genre",
4
- "@type": "Dataset",
5
- "name": [
6
- {
7
- "@language": "en",
8
- "@value": "GTAA: genres"
9
- },
10
- {
11
- "@language": "nl",
12
- "@value": "GTAA: genres"
13
- }
14
- ],
15
- "genre": [
16
- {
17
- "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Genres"
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": "Genres for describing audiovisual material"
35
- },
36
- {
37
- "@language": "nl",
38
- "@value": "Genres voor het beschrijven van audiovisueel materiaal"
39
- }
40
- ],
41
- "inLanguage": "nl",
42
- "distribution": [
43
- {
44
- "@id": "https://data.beeldengeluid.nl/id/datadownload/0028",
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/Genre",
4
+ "@type": "Dataset",
5
+ "name": [
6
+ {
7
+ "@language": "en",
8
+ "@value": "GTAA: genres"
9
+ },
10
+ {
11
+ "@language": "nl",
12
+ "@value": "GTAA: genres"
13
+ }
14
+ ],
15
+ "genre": [
16
+ {
17
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Genres"
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": "Genres for describing audiovisual material"
35
+ },
36
+ {
37
+ "@language": "nl",
38
+ "@value": "Genres voor het beschrijven van audiovisueel materiaal"
39
+ }
40
+ ],
41
+ "inLanguage": "nl",
42
+ "distribution": [
43
+ {
44
+ "@id": "https://data.beeldengeluid.nl/id/datadownload/0028",
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://../queries/search/gtaa.rq"
52
+ },
53
+ {
54
+ "@type": "FindAction",
55
+ "query": "file://../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
+ }