From 02481642fd5fce3df0d063ec0e300cdd916d15c8 Mon Sep 17 00:00:00 2001 From: gerritversteegh <157105462+gerritversteegh@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:52:34 +0100 Subject: [PATCH] Update NLCS_Query_Arceringen.rq including Arcering file location in output --- code/5.1/NLCS_Query_Arceringen.rq | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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