Skip to content

Commit

Permalink
feat: Update Rijksmonumenten lookup query (#1428)
Browse files Browse the repository at this point in the history
sdo:addressRegion instead of sdo:State
  • Loading branch information
rschalkrce authored Sep 19, 2024
1 parent b780c84 commit 4b43da2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WHERE {
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 4b43da2

Please sign in to comment.