From accc8fff27cf7bd9ac1349dbeb32701d83bcc460 Mon Sep 17 00:00:00 2001 From: Alessia Bardi Date: Fri, 18 Nov 2022 17:15:34 +0100 Subject: [PATCH] enrich queries for ADS 276 Norther Ireland --- .../sparql/enrich/ADS/ordered_sparql_insert_276.sparql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/ADS/ordered_sparql_insert_276.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/ADS/ordered_sparql_insert_276.sparql index a3bf02b..4068b8b 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/ADS/ordered_sparql_insert_276.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/ADS/ordered_sparql_insert_276.sparql @@ -5,8 +5,8 @@ INSERT { GRAPH { ?s aocat:has_spatial_coverage . rdf:type . - rdfs:label "Name not provided" . - aocat:has_place_name "Name not provided" . + rdfs:label "Place name not provided" . + aocat:has_place_name "Place name not provided" . } } WHERE { @@ -24,13 +24,14 @@ PREFIX rdf: PREFIX rdfs: INSERT { GRAPH { - ?spatialRegion aocat:has_place_name "Name not provided" . + ?spatialRegion aocat:has_place_name ?label . } } WHERE { GRAPH { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_spatial_coverage ?spatialRegion . + MINUS { ?s rdf:type aocat:AO_Individual_Data_Resource . ?s aocat:has_spatial_coverage ?spatialRegion .