@netwerk-digitaal-erfgoed/network-of-terms-catalog 9.12.0 → 9.13.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.
|
@@ -3,6 +3,7 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
|
3
3
|
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
|
+
PREFIX omeka: <http://omeka.org/s/vocabs/o#>
|
|
6
7
|
|
|
7
8
|
CONSTRUCT {
|
|
8
9
|
?uri a skos:Concept ;
|
|
@@ -25,7 +26,7 @@ CONSTRUCT {
|
|
|
25
26
|
OPTIONAL {
|
|
26
27
|
?uri sdo:alternateName ?altLabel
|
|
27
28
|
}
|
|
28
|
-
BIND ( CONCAT( IF ( EXISTS { ?
|
|
29
|
+
BIND ( CONCAT( IF ( EXISTS { ?uri omeka:item_set <https://n2t.net/ark:/60537/bd75pg> }, "Verdwenen straat", "Straat" )," in Gouda") AS ?scopeNote )
|
|
29
30
|
OPTIONAL {
|
|
30
31
|
?uri hg:absorbedBy|hg:absorbed ?related_uri .
|
|
31
32
|
?related_uri a gtm:Straat ;
|
|
@@ -7,7 +7,6 @@ PREFIX luc-index: <http://www.ontotext.com/connectors/lucene/instance#>
|
|
|
7
7
|
PREFIX omeka: <http://omeka.org/s/vocabs/o#>
|
|
8
8
|
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
|
9
9
|
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
|
10
|
-
PREFIX o: <http://omeka.org/s/vocabs/o#>
|
|
11
10
|
|
|
12
11
|
CONSTRUCT {
|
|
13
12
|
?piduri a skos:Concept ;
|
|
@@ -36,7 +35,7 @@ CONSTRUCT {
|
|
|
36
35
|
|
|
37
36
|
BIND (
|
|
38
37
|
CONCAT(
|
|
39
|
-
IF ( EXISTS { ?
|
|
38
|
+
IF ( EXISTS { ?uri omeka:item_set <https://n2t.net/ark:/60537/bd75pg> }, "Verdwenen straat", "Straat" ),
|
|
40
39
|
IF ( BOUND(?genoemdNaar), CONCAT(" in Gouda, genoemd naar ", ?genoemdNaar )," in Gouda" )
|
|
41
40
|
)
|
|
42
41
|
AS ?scopeNote )
|
|
@@ -52,6 +51,6 @@ CONSTRUCT {
|
|
|
52
51
|
|
|
53
52
|
OPTIONAL {
|
|
54
53
|
?uri rdfs:seeAlso ?exactMatch_uri .
|
|
55
|
-
?exactMatch_uri
|
|
54
|
+
?exactMatch_uri omeka:label ?exactMatch_label .
|
|
56
55
|
}
|
|
57
56
|
} ORDER BY DESC(?score) LIMIT 100
|
|
@@ -16,7 +16,7 @@ CONSTRUCT {
|
|
|
16
16
|
WHERE {
|
|
17
17
|
?uri ?predicate ?label .
|
|
18
18
|
FILTER(CONTAINS(LCASE(?label), LCASE(?query)))
|
|
19
|
-
VALUES ?predicate { schema:addressLocality schema:identifier schema:address schema:name schema:
|
|
19
|
+
VALUES ?predicate { schema:addressLocality schema:identifier schema:address schema:name schema:addressRegion }
|
|
20
20
|
|
|
21
21
|
?uri schema:name ?naam ;
|
|
22
22
|
schema:identifier ?rijksmonumentnummer ;
|
|
@@ -24,7 +24,7 @@ WHERE {
|
|
|
24
24
|
schema:postalCode ?postcode ;
|
|
25
25
|
schema:additionalType ?functie ;
|
|
26
26
|
schema:addressLocality ?woonplaats ;
|
|
27
|
-
schema:
|
|
27
|
+
schema:addressRegion ?provincie ;
|
|
28
28
|
schema:sameAs ?monument_url .
|
|
29
29
|
|
|
30
30
|
BIND(CONCAT("Rijksmonumentnummer ", ?rijksmonumentnummer) as ?rijksmonumentnummer_tn)
|