Skip to content

Commit

Permalink
feat: Update Rijksmonumenten query (#1429)
Browse files Browse the repository at this point in the history
Switch to sdo:addressRegion instead of sdo:State
  • Loading branch information
rschalkrce authored Sep 19, 2024
1 parent 575c9ae commit b780c84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ CONSTRUCT {
WHERE {
?uri ?predicate ?label .
FILTER(CONTAINS(LCASE(?label), LCASE(?query)))
VALUES ?predicate { schema:addressLocality schema:identifier schema:address schema:name schema:State }
VALUES ?predicate { schema:addressLocality schema:identifier schema:address schema:name schema:addressRegion }

?uri schema:name ?naam ;
schema:identifier ?rijksmonumentnummer ;
schema:category ?monumentaard ;
schema:postalCode ?postcode ;
schema:additionalType ?functie ;
schema:addressLocality ?woonplaats ;
schema:State ?provincie ;
schema:addressRegion ?provincie ;
schema:sameAs ?monument_url .

BIND(CONCAT("Rijksmonumentnummer ", ?rijksmonumentnummer) as ?rijksmonumentnummer_tn)
Expand Down

0 comments on commit b780c84

Please sign in to comment.