enrich queries for ADS 276 Norther Ireland

This commit is contained in:
Alessia Bardi 2022-11-18 17:15:34 +01:00
parent 241616ee6b
commit accc8fff27
1 changed files with 4 additions and 3 deletions

View File

@ -5,8 +5,8 @@ INSERT {
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::ads::276> { GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::ads::276> {
?s aocat:has_spatial_coverage <https://ariadne-infrastructure.eu/aocat/Place/NOTPROVIDED> . ?s aocat:has_spatial_coverage <https://ariadne-infrastructure.eu/aocat/Place/NOTPROVIDED> .
<https://ariadne-infrastructure.eu/aocat/Place/NOTPROVIDED> rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Spatial_Region> . <https://ariadne-infrastructure.eu/aocat/Place/NOTPROVIDED> rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Spatial_Region> .
<https://ariadne-infrastructure.eu/aocat/Place/NOTPROVIDED> rdfs:label "Name not provided" . <https://ariadne-infrastructure.eu/aocat/Place/NOTPROVIDED> rdfs:label "Place name not provided" .
<https://ariadne-infrastructure.eu/aocat/Place/NOTPROVIDED> aocat:has_place_name "Name not provided" . <https://ariadne-infrastructure.eu/aocat/Place/NOTPROVIDED> aocat:has_place_name "Place name not provided" .
} }
} }
WHERE { WHERE {
@ -24,13 +24,14 @@ PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
INSERT { INSERT {
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::ads::276> { GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::ads::276> {
?spatialRegion aocat:has_place_name "Name not provided" . ?spatialRegion aocat:has_place_name ?label .
} }
} }
WHERE { WHERE {
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::ads::276> { GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::ads::276> {
?s rdf:type aocat:AO_Individual_Data_Resource . ?s rdf:type aocat:AO_Individual_Data_Resource .
?s aocat:has_spatial_coverage ?spatialRegion . ?s aocat:has_spatial_coverage ?spatialRegion .
MINUS { MINUS {
?s rdf:type aocat:AO_Individual_Data_Resource . ?s rdf:type aocat:AO_Individual_Data_Resource .
?s aocat:has_spatial_coverage ?spatialRegion . ?s aocat:has_spatial_coverage ?spatialRegion .