@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.
- package/README.md +11 -11
- package/catalog/datasets/aat-materials.jsonld +4 -6
- package/catalog/datasets/aat-processes-and-techniques.jsonld +3 -5
- package/catalog/datasets/aat-styles-and-periods.jsonld +3 -5
- package/catalog/datasets/aat.jsonld +9 -11
- package/catalog/datasets/abr.jsonld +4 -8
- package/catalog/datasets/adamlink-adressen.jsonld +4 -8
- package/catalog/datasets/adamlink-straten.jsonld +4 -8
- package/catalog/datasets/brabantse-gebouwen.jsonld +3 -5
- package/catalog/datasets/brinkman.jsonld +3 -5
- package/catalog/datasets/cht-materials.jsonld +3 -5
- package/catalog/datasets/cht-styles-and-periods.jsonld +3 -5
- package/catalog/datasets/cht.jsonld +3 -5
- package/catalog/datasets/eurovoc.jsonld +4 -8
- package/catalog/datasets/geonames-nl-be-de.jsonld +5 -9
- package/catalog/datasets/geonames.jsonld +6 -10
- package/catalog/datasets/goudatijdmachine-straten.jsonld +4 -6
- package/catalog/datasets/gtaa-classificatie.jsonld +69 -71
- package/catalog/datasets/gtaa-genres.jsonld +69 -71
- package/catalog/datasets/gtaa-geografische-namen.jsonld +69 -71
- package/catalog/datasets/gtaa-namen.jsonld +72 -74
- package/catalog/datasets/gtaa-onderwerpen-beng.jsonld +72 -74
- package/catalog/datasets/gtaa-onderwerpen.jsonld +72 -74
- package/catalog/datasets/gtaa-persoonsnamen.jsonld +69 -71
- package/catalog/datasets/homosaurus.jsonld +4 -8
- package/catalog/datasets/iconclass.jsonld +4 -8
- package/catalog/datasets/ied.jsonld +4 -8
- package/catalog/datasets/koloniaal-verleden.jsonld +3 -5
- package/catalog/datasets/muziekschatten-klassieke-werken.jsonld +4 -8
- package/catalog/datasets/muziekschatten-onderwerpen.jsonld +4 -8
- package/catalog/datasets/muziekschatten-personen.jsonld +4 -8
- package/catalog/datasets/mw-genresstijlen.jsonld +3 -5
- package/catalog/datasets/mw-personengroepen.jsonld +3 -5
- package/catalog/datasets/nmvw.jsonld +4 -8
- package/catalog/datasets/nta.jsonld +4 -8
- package/catalog/datasets/picot-brontypen.jsonld +2 -2
- package/catalog/datasets/picot-rollen.jsonld +2 -2
- package/catalog/datasets/rijksmonumenten.jsonld +3 -5
- package/catalog/datasets/rkdartists.jsonld +4 -8
- package/catalog/datasets/rtf-personen.jsonld +4 -8
- package/catalog/datasets/stcn-drukkers.jsonld +3 -5
- package/catalog/datasets/uitvoeringsmedium.jsonld +4 -8
- package/catalog/datasets/westerbork.jsonld +4 -8
- package/catalog/datasets/wikidata-entities-all.jsonld +5 -9
- package/catalog/datasets/wikidata-entities-persons.jsonld +4 -8
- package/catalog/datasets/wikidata-entities-places.jsonld +4 -8
- package/catalog/datasets/wikidata-entities-streets.jsonld +4 -8
- package/catalog/datasets/wo2biografie.jsonld +3 -5
- package/catalog/datasets/wo2thesaurus.jsonld +4 -8
- package/catalog/queries/lookup/goudatijdmachine-straten.rq +33 -34
- package/catalog/queries/search/geonames-nl-be-de.rq +55 -0
- package/catalog/queries/search/goudatijdmachine-straten.rq +39 -48
- package/{build → dist}/genre.js +0 -1
- package/dist/getCatalog.d.ts +5 -0
- package/dist/getCatalog.d.ts.map +1 -0
- package/{build → dist}/getCatalog.js +40 -17
- package/{build → dist}/index.js +0 -1
- package/package.json +40 -37
- package/build/genre.js.map +0 -1
- package/build/getCatalog.d.ts +0 -11
- package/build/getCatalog.d.ts.map +0 -1
- package/build/getCatalog.js.map +0 -1
- package/build/index.js.map +0 -1
- /package/{build → dist}/genre.d.ts +0 -0
- /package/{build → dist}/genre.d.ts.map +0 -0
- /package/{build → dist}/index.d.ts +0 -0
- /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
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
-
|
|
39
|
-
|
|
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
|
-
|
|
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
|
-
|
|
43
|
+
- [Run the tests](../../docs/tests.md) to make sure your dataset description conforms to the
|
|
44
44
|
[dataset SHACL](shacl/dataset.jsonld).
|
|
45
|
-
|
|
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.
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
}
|
|
24
24
|
],
|
|
25
25
|
"genre": [
|
|
26
|
-
|
|
26
|
+
{
|
|
27
27
|
"@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Materialen"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
@@ -32,9 +32,7 @@
|
|
|
32
32
|
"@id": "http://www.getty.edu/research/"
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
|
-
"url": [
|
|
36
|
-
"http://vocab.getty.edu/aat/"
|
|
37
|
-
],
|
|
35
|
+
"url": ["http://vocab.getty.edu/aat/"],
|
|
38
36
|
"mainEntityOfPage": [
|
|
39
37
|
"https://www.getty.edu/research/tools/vocabularies/aat/about.html"
|
|
40
38
|
],
|
|
@@ -59,12 +57,12 @@
|
|
|
59
57
|
{
|
|
60
58
|
"@type": "SearchAction",
|
|
61
59
|
"name": "search",
|
|
62
|
-
"query": "file
|
|
60
|
+
"query": "file://../queries/search/aat-materials.rq"
|
|
63
61
|
},
|
|
64
62
|
{
|
|
65
63
|
"@type": "FindAction",
|
|
66
64
|
"name": "lookup",
|
|
67
|
-
"query": "file
|
|
65
|
+
"query": "file://../queries/lookup/aat.rq"
|
|
68
66
|
},
|
|
69
67
|
{
|
|
70
68
|
"@type": "Action",
|
|
@@ -32,9 +32,7 @@
|
|
|
32
32
|
"@id": "http://www.getty.edu/research/"
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
|
-
"url": [
|
|
36
|
-
"http://vocab.getty.edu/aat/"
|
|
37
|
-
],
|
|
35
|
+
"url": ["http://vocab.getty.edu/aat/"],
|
|
38
36
|
"mainEntityOfPage": [
|
|
39
37
|
"https://www.getty.edu/research/tools/vocabularies/aat/about.html"
|
|
40
38
|
],
|
|
@@ -58,11 +56,11 @@
|
|
|
58
56
|
"potentialAction": [
|
|
59
57
|
{
|
|
60
58
|
"@type": "SearchAction",
|
|
61
|
-
"query": "file
|
|
59
|
+
"query": "file://../queries/search/aat-processes-and-techniques.rq"
|
|
62
60
|
},
|
|
63
61
|
{
|
|
64
62
|
"@type": "FindAction",
|
|
65
|
-
"query": "file
|
|
63
|
+
"query": "file://../queries/lookup/aat.rq"
|
|
66
64
|
},
|
|
67
65
|
{
|
|
68
66
|
"@type": "Action",
|
|
@@ -35,9 +35,7 @@
|
|
|
35
35
|
"@id": "http://www.getty.edu/research/"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
|
-
"url": [
|
|
39
|
-
"http://vocab.getty.edu/aat/"
|
|
40
|
-
],
|
|
38
|
+
"url": ["http://vocab.getty.edu/aat/"],
|
|
41
39
|
"mainEntityOfPage": [
|
|
42
40
|
"https://www.getty.edu/research/tools/vocabularies/aat/about.html"
|
|
43
41
|
],
|
|
@@ -61,11 +59,11 @@
|
|
|
61
59
|
"potentialAction": [
|
|
62
60
|
{
|
|
63
61
|
"@type": "SearchAction",
|
|
64
|
-
"query": "file
|
|
62
|
+
"query": "file://../queries/search/aat-styles-and-periods.rq"
|
|
65
63
|
},
|
|
66
64
|
{
|
|
67
65
|
"@type": "FindAction",
|
|
68
|
-
"query": "file
|
|
66
|
+
"query": "file://../queries/lookup/aat.rq"
|
|
69
67
|
},
|
|
70
68
|
{
|
|
71
69
|
"@type": "Action",
|
|
@@ -26,22 +26,22 @@
|
|
|
26
26
|
{
|
|
27
27
|
"@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Abstracte-begrippen"
|
|
28
28
|
},
|
|
29
|
-
|
|
29
|
+
{
|
|
30
30
|
"@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Activiteiten"
|
|
31
31
|
},
|
|
32
|
-
|
|
32
|
+
{
|
|
33
33
|
"@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Fysieke-kenmerken"
|
|
34
34
|
},
|
|
35
|
-
|
|
35
|
+
{
|
|
36
36
|
"@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Materialen"
|
|
37
37
|
},
|
|
38
|
-
|
|
38
|
+
{
|
|
39
39
|
"@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Objecten"
|
|
40
40
|
},
|
|
41
|
-
|
|
41
|
+
{
|
|
42
42
|
"@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Periodes"
|
|
43
43
|
},
|
|
44
|
-
|
|
44
|
+
{
|
|
45
45
|
"@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Stijlen"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
@@ -53,9 +53,7 @@
|
|
|
53
53
|
"@id": "http://www.getty.edu/research/"
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
|
-
"url": [
|
|
57
|
-
"http://vocab.getty.edu/aat/"
|
|
58
|
-
],
|
|
56
|
+
"url": ["http://vocab.getty.edu/aat/"],
|
|
59
57
|
"mainEntityOfPage": [
|
|
60
58
|
"https://www.getty.edu/research/tools/vocabularies/aat/about.html"
|
|
61
59
|
],
|
|
@@ -79,11 +77,11 @@
|
|
|
79
77
|
"potentialAction": [
|
|
80
78
|
{
|
|
81
79
|
"@type": "SearchAction",
|
|
82
|
-
"query": "file
|
|
80
|
+
"query": "file://../queries/search/aat.rq"
|
|
83
81
|
},
|
|
84
82
|
{
|
|
85
83
|
"@type": "FindAction",
|
|
86
|
-
"query": "file
|
|
84
|
+
"query": "file://../queries/lookup/aat.rq"
|
|
87
85
|
},
|
|
88
86
|
{
|
|
89
87
|
"@type": "Action",
|
|
@@ -44,12 +44,8 @@
|
|
|
44
44
|
"@id": "https://www.cultureelerfgoed.nl"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
|
-
"url": [
|
|
48
|
-
|
|
49
|
-
],
|
|
50
|
-
"mainEntityOfPage": [
|
|
51
|
-
"https://thesaurus.cultureelerfgoed.nl/"
|
|
52
|
-
],
|
|
47
|
+
"url": ["https://data.cultureelerfgoed.nl/term/id/abr/"],
|
|
48
|
+
"mainEntityOfPage": ["https://thesaurus.cultureelerfgoed.nl/"],
|
|
53
49
|
"description": [
|
|
54
50
|
{
|
|
55
51
|
"@language": "nl",
|
|
@@ -70,11 +66,11 @@
|
|
|
70
66
|
"potentialAction": [
|
|
71
67
|
{
|
|
72
68
|
"@type": "SearchAction",
|
|
73
|
-
"query": "file
|
|
69
|
+
"query": "file://../queries/search/abr.rq"
|
|
74
70
|
},
|
|
75
71
|
{
|
|
76
72
|
"@type": "FindAction",
|
|
77
|
-
"query": "file
|
|
73
|
+
"query": "file://../queries/lookup/poolparty.rq"
|
|
78
74
|
},
|
|
79
75
|
{
|
|
80
76
|
"@type": "Action",
|
|
@@ -22,12 +22,8 @@
|
|
|
22
22
|
"@id": "https://www.amsterdamtimemachine.nl"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
25
|
-
"url": [
|
|
26
|
-
|
|
27
|
-
],
|
|
28
|
-
"mainEntityOfPage": [
|
|
29
|
-
"https://adamlink.nl"
|
|
30
|
-
],
|
|
25
|
+
"url": ["https://adamlink.nl/geo/address/"],
|
|
26
|
+
"mainEntityOfPage": ["https://adamlink.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
|
|
47
|
+
"query": "file://../queries/search/adamlink-adressen.rq"
|
|
52
48
|
},
|
|
53
49
|
{
|
|
54
50
|
"@type": "FindAction",
|
|
55
|
-
"query": "file
|
|
51
|
+
"query": "file://../queries/lookup/adamlink-adressen.rq"
|
|
56
52
|
},
|
|
57
53
|
{
|
|
58
54
|
"@type": "Action",
|
|
@@ -22,12 +22,8 @@
|
|
|
22
22
|
"@id": "https://www.amsterdamtimemachine.nl"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
25
|
-
"url": [
|
|
26
|
-
|
|
27
|
-
],
|
|
28
|
-
"mainEntityOfPage": [
|
|
29
|
-
"https://adamlink.nl"
|
|
30
|
-
],
|
|
25
|
+
"url": ["https://adamlink.nl/geo/street/"],
|
|
26
|
+
"mainEntityOfPage": ["https://adamlink.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
|
|
47
|
+
"query": "file://../queries/search/adamlink-straten.rq"
|
|
52
48
|
},
|
|
53
49
|
{
|
|
54
50
|
"@type": "FindAction",
|
|
55
|
-
"query": "file
|
|
51
|
+
"query": "file://../queries/lookup/adamlink-straten.rq"
|
|
56
52
|
},
|
|
57
53
|
{
|
|
58
54
|
"@type": "Action",
|
|
@@ -22,9 +22,7 @@
|
|
|
22
22
|
"@id": "https://www.erfgoedbrabant.nl"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
25
|
-
"url": [
|
|
26
|
-
"https://n2t.net/ark:/15052/"
|
|
27
|
-
],
|
|
25
|
+
"url": ["https://n2t.net/ark:/15052/"],
|
|
28
26
|
"mainEntityOfPage": [
|
|
29
27
|
"https://www.brabantcloud.nl/page/787/brabantse-kloosters-als-termenlijst"
|
|
30
28
|
],
|
|
@@ -48,11 +46,11 @@
|
|
|
48
46
|
"potentialAction": [
|
|
49
47
|
{
|
|
50
48
|
"@type": "SearchAction",
|
|
51
|
-
"query": "file
|
|
49
|
+
"query": "file://../queries/search/brabantse-gebouwen.rq"
|
|
52
50
|
},
|
|
53
51
|
{
|
|
54
52
|
"@type": "FindAction",
|
|
55
|
-
"query": "file
|
|
53
|
+
"query": "file://../queries/lookup/brabantse-gebouwen.rq"
|
|
56
54
|
},
|
|
57
55
|
{
|
|
58
56
|
"@type": "Action",
|
|
@@ -32,9 +32,7 @@
|
|
|
32
32
|
"@id": "http://data.bibliotheken.nl/id/thes/p075301482"
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
|
-
"url": [
|
|
36
|
-
"http://data.bibliotheken.nl/id/thes/"
|
|
37
|
-
],
|
|
35
|
+
"url": ["http://data.bibliotheken.nl/id/thes/"],
|
|
38
36
|
"mainEntityOfPage": [
|
|
39
37
|
"https://data.bibliotheken.nl/KB/-/stories/Brinkman-trefwoordenthesaurus"
|
|
40
38
|
],
|
|
@@ -58,11 +56,11 @@
|
|
|
58
56
|
"potentialAction": [
|
|
59
57
|
{
|
|
60
58
|
"@type": "SearchAction",
|
|
61
|
-
"query": "file
|
|
59
|
+
"query": "file://../queries/search/brinkman.rq"
|
|
62
60
|
},
|
|
63
61
|
{
|
|
64
62
|
"@type": "FindAction",
|
|
65
|
-
"query": "file
|
|
63
|
+
"query": "file://../queries/lookup/brinkman-nta-stcn.rq"
|
|
66
64
|
},
|
|
67
65
|
{
|
|
68
66
|
"@type": "Action",
|
|
@@ -32,9 +32,7 @@
|
|
|
32
32
|
"@id": "https://www.cultureelerfgoed.nl"
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
|
-
"url": [
|
|
36
|
-
"https://data.cultureelerfgoed.nl/term/id/cht/"
|
|
37
|
-
],
|
|
35
|
+
"url": ["https://data.cultureelerfgoed.nl/term/id/cht/"],
|
|
38
36
|
"mainEntityOfPage": [
|
|
39
37
|
"https://kennis.cultureelerfgoed.nl/index.php/Thesauri_bij_de_RCE_-_Cultuurhistorische_Thesaurus"
|
|
40
38
|
],
|
|
@@ -58,11 +56,11 @@
|
|
|
58
56
|
"potentialAction": [
|
|
59
57
|
{
|
|
60
58
|
"@type": "SearchAction",
|
|
61
|
-
"query": "file
|
|
59
|
+
"query": "file://../queries/search/cht-materials.rq"
|
|
62
60
|
},
|
|
63
61
|
{
|
|
64
62
|
"@type": "FindAction",
|
|
65
|
-
"query": "file
|
|
63
|
+
"query": "file://../queries/lookup/poolparty.rq"
|
|
66
64
|
},
|
|
67
65
|
{
|
|
68
66
|
"@type": "Action",
|
|
@@ -35,9 +35,7 @@
|
|
|
35
35
|
"@id": "https://www.cultureelerfgoed.nl"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
|
-
"url": [
|
|
39
|
-
"https://data.cultureelerfgoed.nl/term/id/cht/"
|
|
40
|
-
],
|
|
38
|
+
"url": ["https://data.cultureelerfgoed.nl/term/id/cht/"],
|
|
41
39
|
"mainEntityOfPage": [
|
|
42
40
|
"https://kennis.cultureelerfgoed.nl/index.php/Thesauri_bij_de_RCE_-_Cultuurhistorische_Thesaurus"
|
|
43
41
|
],
|
|
@@ -61,11 +59,11 @@
|
|
|
61
59
|
"potentialAction": [
|
|
62
60
|
{
|
|
63
61
|
"@type": "SearchAction",
|
|
64
|
-
"query": "file
|
|
62
|
+
"query": "file://../queries/search/cht-styles-and-periods.rq"
|
|
65
63
|
},
|
|
66
64
|
{
|
|
67
65
|
"@type": "FindAction",
|
|
68
|
-
"query": "file
|
|
66
|
+
"query": "file://../queries/lookup/poolparty.rq"
|
|
69
67
|
},
|
|
70
68
|
{
|
|
71
69
|
"@type": "Action",
|
|
@@ -56,9 +56,7 @@
|
|
|
56
56
|
"@id": "https://www.cultureelerfgoed.nl"
|
|
57
57
|
}
|
|
58
58
|
],
|
|
59
|
-
"url": [
|
|
60
|
-
"https://data.cultureelerfgoed.nl/term/id/cht/"
|
|
61
|
-
],
|
|
59
|
+
"url": ["https://data.cultureelerfgoed.nl/term/id/cht/"],
|
|
62
60
|
"mainEntityOfPage": [
|
|
63
61
|
"https://kennis.cultureelerfgoed.nl/index.php/Thesauri_bij_de_RCE_-_Cultuurhistorische_Thesaurus"
|
|
64
62
|
],
|
|
@@ -82,11 +80,11 @@
|
|
|
82
80
|
"potentialAction": [
|
|
83
81
|
{
|
|
84
82
|
"@type": "SearchAction",
|
|
85
|
-
"query": "file
|
|
83
|
+
"query": "file://../queries/search/cht.rq"
|
|
86
84
|
},
|
|
87
85
|
{
|
|
88
86
|
"@type": "FindAction",
|
|
89
|
-
"query": "file
|
|
87
|
+
"query": "file://../queries/lookup/poolparty.rq"
|
|
90
88
|
},
|
|
91
89
|
{
|
|
92
90
|
"@type": "Action",
|
|
@@ -28,12 +28,8 @@
|
|
|
28
28
|
"@id": "https://op.europa.eu/"
|
|
29
29
|
}
|
|
30
30
|
],
|
|
31
|
-
"url": [
|
|
32
|
-
|
|
33
|
-
],
|
|
34
|
-
"mainEntityOfPage": [
|
|
35
|
-
"https://data.europa.eu/data/datasets/eurovoc"
|
|
36
|
-
],
|
|
31
|
+
"url": ["http://eurovoc.europa.eu/"],
|
|
32
|
+
"mainEntityOfPage": ["https://data.europa.eu/data/datasets/eurovoc"],
|
|
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
|
|
53
|
+
"query": "file://../queries/search/eurovoc.rq"
|
|
58
54
|
},
|
|
59
55
|
{
|
|
60
56
|
"@type": "FindAction",
|
|
61
|
-
"query": "file
|
|
57
|
+
"query": "file://../queries/lookup/eurovoc.rq"
|
|
62
58
|
},
|
|
63
59
|
{
|
|
64
60
|
"@type": "Action",
|
|
@@ -22,12 +22,8 @@
|
|
|
22
22
|
"@id": "https://www.geonames.org/team.html"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
25
|
-
"url": [
|
|
26
|
-
|
|
27
|
-
],
|
|
28
|
-
"mainEntityOfPage": [
|
|
29
|
-
"https://www.geonames.org/about.html"
|
|
30
|
-
],
|
|
25
|
+
"url": ["https://sws.geonames.org/"],
|
|
26
|
+
"mainEntityOfPage": ["https://www.geonames.org/about.html"],
|
|
31
27
|
"description": [
|
|
32
28
|
{
|
|
33
29
|
"@language": "en",
|
|
@@ -41,18 +37,18 @@
|
|
|
41
37
|
"inLanguage": "en",
|
|
42
38
|
"distribution": [
|
|
43
39
|
{
|
|
44
|
-
"@id": "https://demo.netwerkdigitaalerfgoed.nl/geonames",
|
|
40
|
+
"@id": "https://demo.netwerkdigitaalerfgoed.nl/geonames#nl-be-de",
|
|
45
41
|
"@type": "DataDownload",
|
|
46
42
|
"contentUrl": "https://demo.netwerkdigitaalerfgoed.nl/geonames/sparql",
|
|
47
43
|
"encodingFormat": "application/sparql-query",
|
|
48
44
|
"potentialAction": [
|
|
49
45
|
{
|
|
50
46
|
"@type": "SearchAction",
|
|
51
|
-
"query": "file
|
|
47
|
+
"query": "file://../queries/search/geonames-nl-be-de.rq"
|
|
52
48
|
},
|
|
53
49
|
{
|
|
54
50
|
"@type": "FindAction",
|
|
55
|
-
"query": "file
|
|
51
|
+
"query": "file://../queries/lookup/geonames.rq"
|
|
56
52
|
},
|
|
57
53
|
{
|
|
58
54
|
"@type": "Action",
|
|
@@ -22,12 +22,8 @@
|
|
|
22
22
|
"@id": "https://www.geonames.org/team.html"
|
|
23
23
|
}
|
|
24
24
|
],
|
|
25
|
-
"url": [
|
|
26
|
-
|
|
27
|
-
],
|
|
28
|
-
"mainEntityOfPage": [
|
|
29
|
-
"https://www.geonames.org/about.html"
|
|
30
|
-
],
|
|
25
|
+
"url": ["https://sws.geonames.org/"],
|
|
26
|
+
"mainEntityOfPage": ["https://www.geonames.org/about.html"],
|
|
31
27
|
"description": [
|
|
32
28
|
{
|
|
33
29
|
"@language": "en",
|
|
@@ -41,18 +37,18 @@
|
|
|
41
37
|
"inLanguage": "en",
|
|
42
38
|
"distribution": [
|
|
43
39
|
{
|
|
44
|
-
"@id": "https://demo.netwerkdigitaalerfgoed.nl/
|
|
40
|
+
"@id": "https://demo.netwerkdigitaalerfgoed.nl/geonames",
|
|
45
41
|
"@type": "DataDownload",
|
|
46
|
-
"contentUrl": "https://demo.netwerkdigitaalerfgoed.nl/
|
|
42
|
+
"contentUrl": "https://demo.netwerkdigitaalerfgoed.nl/geonames/sparql",
|
|
47
43
|
"encodingFormat": "application/sparql-query",
|
|
48
44
|
"potentialAction": [
|
|
49
45
|
{
|
|
50
46
|
"@type": "SearchAction",
|
|
51
|
-
"query": "file
|
|
47
|
+
"query": "file://../queries/search/geonames.rq"
|
|
52
48
|
},
|
|
53
49
|
{
|
|
54
50
|
"@type": "FindAction",
|
|
55
|
-
"query": "file
|
|
51
|
+
"query": "file://../queries/lookup/geonames.rq"
|
|
56
52
|
},
|
|
57
53
|
{
|
|
58
54
|
"@type": "Action",
|
|
@@ -34,9 +34,7 @@
|
|
|
34
34
|
"alternateName": "GTM"
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
|
-
"url": [
|
|
38
|
-
"https://n2t.net/ark:/60537/"
|
|
39
|
-
],
|
|
37
|
+
"url": ["https://n2t.net/ark:/60537/"],
|
|
40
38
|
"mainEntityOfPage": [
|
|
41
39
|
"https://www.goudatijdmachine.nl/omeka/s/data/page/straten"
|
|
42
40
|
],
|
|
@@ -55,16 +53,16 @@
|
|
|
55
53
|
{
|
|
56
54
|
"@id": "https://www.goudatijdmachine.nl/id/straten#streets",
|
|
57
55
|
"@type": "DataDownload",
|
|
58
|
-
"contentUrl": "https://www.goudatijdmachine.nl/
|
|
56
|
+
"contentUrl": "https://www.goudatijdmachine.nl/sparql11",
|
|
59
57
|
"encodingFormat": "application/sparql-query",
|
|
60
58
|
"potentialAction": [
|
|
61
59
|
{
|
|
62
60
|
"@type": "SearchAction",
|
|
63
|
-
"query": "file
|
|
61
|
+
"query": "file://../queries/search/goudatijdmachine-straten.rq"
|
|
64
62
|
},
|
|
65
63
|
{
|
|
66
64
|
"@type": "FindAction",
|
|
67
|
-
"query": "file
|
|
65
|
+
"query": "file://../queries/lookup/goudatijdmachine-straten.rq"
|
|
68
66
|
},
|
|
69
67
|
{
|
|
70
68
|
"@type": "Action",
|