From 4d68de94ade400d62e89864c09f85dbb58f73d09 Mon Sep 17 00:00:00 2001 From: Alessia Bardi Date: Wed, 7 Dec 2022 17:12:51 +0100 Subject: [PATCH] enrich with publisher name that is missing for a reason I do not know --- .../HNM/ordered_sparql_insert_hnm.sparql | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/HNM/ordered_sparql_insert_hnm.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/HNM/ordered_sparql_insert_hnm.sparql index d7b18bf..e22ea0a 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/HNM/ordered_sparql_insert_hnm.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/HNM/ordered_sparql_insert_hnm.sparql @@ -123,6 +123,24 @@ PREFIX aocat: } }; + PREFIX aocat: + PREFIX skos: + PREFIX ariadneplus: + + INSERT { + GRAPH { + ?p aocat:has_name ?pname . + } + } + USING + USING + WHERE { + ?record rdf:type aocat:AO_Individual_Data_Resource . + ?record aocat:is_part_of ?coll . + ?coll aocat:has_publisher ?p . + ?p aocat:has_name ?pname . + }; + PREFIX aocat: PREFIX rdf: @@ -144,7 +162,7 @@ PREFIX skos: INSERT { GRAPH { ?s aocat:has_native_subject . - skos:prefLabel "Not provided" . + skos:prefLabel "Not provided" . } } WHERE {