@netwerk-digitaal-erfgoed/network-of-terms-catalog 10.17.1 → 10.17.2
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/catalog/queries/lookup/canon-van-limburg.rq +7 -9
- package/catalog/queries/lookup/eurovoc.rq +0 -1
- package/catalog/queries/lookup/goudatijdmachine-straten.rq +3 -2
- package/catalog/queries/lookup/muziekschatten-klassiekewerken.rq +0 -3
- package/catalog/queries/lookup/muziekschatten-onderwerpen.rq +0 -2
- package/catalog/queries/lookup/muziekschatten-personen.rq +0 -1
- package/catalog/queries/lookup/rijksmonumenten.rq +0 -4
- package/catalog/queries/lookup/rtf-personen.rq +0 -2
- package/catalog/queries/lookup/uitvoeringsmedium.rq +0 -1
- package/catalog/queries/lookup/wikidata.rq +0 -2
- package/catalog/queries/search/adamlink-adressen.rq +0 -1
- package/catalog/queries/search/adamlink-straten.rq +0 -1
- package/catalog/queries/search/brinkman.rq +0 -1
- package/catalog/queries/search/canon-van-limburg.rq +6 -8
- package/catalog/queries/search/geonames.rq +1 -1
- package/catalog/queries/search/muziekschatten-klassiekewerken.rq +0 -4
- package/catalog/queries/search/muziekschatten-onderwerpen.rq +0 -1
- package/catalog/queries/search/mw-personengroepen.rq +0 -1
- package/catalog/queries/search/nmvw.rq +0 -1
- package/catalog/queries/search/rijksmonumenten.rq +0 -4
- package/catalog/queries/search/rtf-personen.rq +0 -2
- package/catalog/queries/search/stcn-drukkers.rq +0 -1
- package/package.json +1 -1
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
|
2
|
-
PREFIX schema: <https://schema.org/>
|
|
3
1
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
4
2
|
|
|
5
3
|
CONSTRUCT {
|
|
@@ -28,27 +26,27 @@ WHERE {
|
|
|
28
26
|
skos:altLabel ?altLabel .
|
|
29
27
|
|
|
30
28
|
OPTIONAL { ?uri skos:scopeNote ?scopeNote }
|
|
31
|
-
OPTIONAL {
|
|
29
|
+
OPTIONAL {
|
|
32
30
|
?uri skos:exactMatch ?exactMatch_uri .
|
|
33
31
|
OPTIONAL { ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel }
|
|
34
32
|
}
|
|
35
|
-
OPTIONAL {
|
|
33
|
+
OPTIONAL {
|
|
36
34
|
?uri skos:broader ?broader_uri .
|
|
37
35
|
OPTIONAL { ?broader_uri skos:prefLabel ?broader_prefLabel }
|
|
38
36
|
}
|
|
39
|
-
OPTIONAL {
|
|
37
|
+
OPTIONAL {
|
|
40
38
|
?uri skos:narrower ?narrower_uri .
|
|
41
39
|
OPTIONAL { ?narrower_uri skos:prefLabel ?narrower_prefLabel }
|
|
42
40
|
}
|
|
43
|
-
OPTIONAL {
|
|
41
|
+
OPTIONAL {
|
|
44
42
|
?uri skos:related ?related_uri .
|
|
45
43
|
OPTIONAL { ?related_uri skos:prefLabel ?related_prefLabel }
|
|
46
44
|
}
|
|
47
|
-
OPTIONAL {
|
|
45
|
+
OPTIONAL {
|
|
48
46
|
?uri skos:seeAlso ?seeAlso_uri .
|
|
49
47
|
OPTIONAL { ?seeAlso_uri skos:prefLabel ?seeAlso_prefLabel }
|
|
50
48
|
}
|
|
51
|
-
|
|
49
|
+
|
|
52
50
|
}
|
|
53
51
|
}
|
|
54
|
-
}
|
|
52
|
+
}
|
|
@@ -4,6 +4,7 @@ PREFIX gtm: <https://www.goudatijdmachine.nl/def#>
|
|
|
4
4
|
PREFIX hg: <http://rdf.histograph.io/>
|
|
5
5
|
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
|
6
6
|
PREFIX omeka: <http://omeka.org/s/vocabs/o#>
|
|
7
|
+
|
|
7
8
|
CONSTRUCT {
|
|
8
9
|
?uri a skos:Concept ;
|
|
9
10
|
skos:prefLabel ?prefLabel ;
|
|
@@ -25,7 +26,7 @@ CONSTRUCT {
|
|
|
25
26
|
?uri sdo:alternateName ?altLabel
|
|
26
27
|
}
|
|
27
28
|
BIND ( CONCAT( IF ( EXISTS {
|
|
28
|
-
?uri omeka:item_set <https://n2t.net/ark:/60537/bd75pg>
|
|
29
|
+
?uri omeka:item_set <https://n2t.net/ark:/60537/bd75pg>
|
|
29
30
|
}, "Verdwenen straat", "Straat" )," in Gouda") AS ?scopeNote )
|
|
30
31
|
OPTIONAL {
|
|
31
32
|
?uri hg:absorbedBy|hg:absorbed ?related_uri .
|
|
@@ -39,4 +40,4 @@ CONSTRUCT {
|
|
|
39
40
|
FILTER(?exactMatch_uri != ?uri)
|
|
40
41
|
}
|
|
41
42
|
}
|
|
42
|
-
LIMIT 100
|
|
43
|
+
LIMIT 100
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
|
2
1
|
PREFIX rdaw: <http://rdaregistry.info/Elements/w/>
|
|
3
|
-
PREFIX schema: <http://schema.org/>
|
|
4
2
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
5
|
-
PREFIX som: <https://data.muziekschatten.nl/som/>
|
|
6
3
|
|
|
7
4
|
CONSTRUCT {
|
|
8
5
|
?uri a skos:Concept;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
PREFIX ceo: <https://linkeddata.cultureelerfgoed.nl/def/ceo#>
|
|
2
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
3
1
|
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
|
4
|
-
PREFIX ceosp: <https://linkeddata.cultureelerfgoed.nl/def/ceosp/>
|
|
5
2
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
6
|
-
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
|
7
3
|
PREFIX schema: <https://schema.org/>
|
|
8
4
|
|
|
9
5
|
CONSTRUCT {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
PREFIX hg: <http://rdf.histograph.io/>
|
|
2
2
|
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
|
3
|
-
PREFIX bif: <http://www.openlinksw.com/schemas/bif#>
|
|
4
3
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
5
4
|
PREFIX roar: <https://w3id.org/roar#>
|
|
6
5
|
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
|
2
|
-
PREFIX schema: <https://schema.org/>
|
|
3
1
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
4
2
|
|
|
5
3
|
CONSTRUCT {
|
|
@@ -30,25 +28,25 @@ WHERE {
|
|
|
30
28
|
}
|
|
31
29
|
#LIMIT#
|
|
32
30
|
}
|
|
33
|
-
|
|
31
|
+
|
|
34
32
|
OPTIONAL { ?uri skos:scopeNote ?scopeNote }
|
|
35
|
-
OPTIONAL {
|
|
33
|
+
OPTIONAL {
|
|
36
34
|
?uri skos:exactMatch ?exactMatch_uri .
|
|
37
35
|
OPTIONAL { ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel }
|
|
38
36
|
}
|
|
39
|
-
OPTIONAL {
|
|
37
|
+
OPTIONAL {
|
|
40
38
|
?uri skos:broader ?broader_uri .
|
|
41
39
|
OPTIONAL { ?broader_uri skos:prefLabel ?broader_prefLabel }
|
|
42
40
|
}
|
|
43
|
-
OPTIONAL {
|
|
41
|
+
OPTIONAL {
|
|
44
42
|
?uri skos:narrower ?narrower_uri .
|
|
45
43
|
OPTIONAL { ?narrower_uri skos:prefLabel ?narrower_prefLabel }
|
|
46
44
|
}
|
|
47
|
-
OPTIONAL {
|
|
45
|
+
OPTIONAL {
|
|
48
46
|
?uri skos:related ?related_uri .
|
|
49
47
|
OPTIONAL { ?related_uri skos:prefLabel ?related_prefLabel }
|
|
50
48
|
}
|
|
51
|
-
OPTIONAL {
|
|
49
|
+
OPTIONAL {
|
|
52
50
|
?uri skos:seeAlso ?seeAlso_uri .
|
|
53
51
|
OPTIONAL { ?seeAlso_uri skos:prefLabel ?seeAlso_prefLabel }
|
|
54
52
|
}
|
|
@@ -17,7 +17,7 @@ WHERE {
|
|
|
17
17
|
SELECT ?uri (MAX(?sc) as ?score) WHERE {
|
|
18
18
|
(?uri ?sc) text:query (gn:name gn:alternateName ?query) .
|
|
19
19
|
?uri a gn:Feature ;
|
|
20
|
-
gn:featureClass ?featureClass
|
|
20
|
+
gn:featureClass ?featureClass .
|
|
21
21
|
# Limit results to places (P), localities (L), administrative levels (A) and water surfaces (H).
|
|
22
22
|
VALUES ?featureClass { gn:P gn:L gn:A gn:H }
|
|
23
23
|
}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
PREFIX bif: <http://www.openlinksw.com/schemas/bif#>
|
|
2
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
3
1
|
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
|
4
2
|
PREFIX rdaw: <http://rdaregistry.info/Elements/w/>
|
|
5
3
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
6
|
-
PREFIX schema: <http://schema.org/>
|
|
7
|
-
PREFIX som: <https://data.muziekschatten.nl/som/>
|
|
8
4
|
|
|
9
5
|
CONSTRUCT {
|
|
10
6
|
?uri a skos:Concept;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
PREFIX ceo: <https://linkeddata.cultureelerfgoed.nl/def/ceo#>
|
|
2
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
3
1
|
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
|
4
|
-
PREFIX ceosp: <https://linkeddata.cultureelerfgoed.nl/def/ceosp/>
|
|
5
2
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
6
|
-
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
|
7
3
|
PREFIX schema: <https://schema.org/>
|
|
8
4
|
|
|
9
5
|
CONSTRUCT {
|