Skip to content

Commit

Permalink
Update NLCS_Query_Arceringen.rq
Browse files Browse the repository at this point in the history
including Arcering file location in output
  • Loading branch information
gerritversteegh authored Oct 31, 2024
1 parent 5a1cb0c commit 0248164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/5.1/NLCS_Query_Arceringen.rq
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX schema: <https://schema.org/>

# Retrieves all Arcering information and stores it in the familiar Excel/CSV format from the SQL database

Expand Down Expand Up @@ -43,7 +44,6 @@ WHERE {
?schaalProperty skos:prefLabel "Schaal" .
}
OPTIONAL {
?arceringURI ?urlProperty ?fileURL .
?urlProperty skos:prefLabel "URL" .
?arceringURI schema:url ?fileURL .
}
} ORDER BY ?id
} ORDER BY ?id

0 comments on commit 0248164

Please sign in to comment.