diff --git a/code/5.1/NLCS_Query_Arceringen.rq b/code/5.1/NLCS_Query_Arceringen.rq index 42f9a8bf..eedf53d9 100644 --- a/code/5.1/NLCS_Query_Arceringen.rq +++ b/code/5.1/NLCS_Query_Arceringen.rq @@ -5,6 +5,7 @@ PREFIX xsd: PREFIX skos: PREFIX dcterms: PREFIX sh: +PREFIX schema: # Retrieves all Arcering information and stores it in the familiar Excel/CSV format from the SQL database @@ -43,7 +44,6 @@ WHERE { ?schaalProperty skos:prefLabel "Schaal" . } OPTIONAL { - ?arceringURI ?urlProperty ?fileURL . - ?urlProperty skos:prefLabel "URL" . + ?arceringURI schema:url ?fileURL . } -} ORDER BY ?id \ No newline at end of file +} ORDER BY ?id