From 286321b118df83aea6ffcefcac14675217f88128 Mon Sep 17 00:00:00 2001 From: Enrico Ottonello Date: Tue, 15 Feb 2022 18:22:24 +0100 Subject: [PATCH] added homepage also for responsible --- .../sparql/enrich/CYI/ordered_sparql_insert_CYI.sparql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/CYI/ordered_sparql_insert_CYI.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/CYI/ordered_sparql_insert_CYI.sparql index c13688f..b38d0d7 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/CYI/ordered_sparql_insert_CYI.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/CYI/ordered_sparql_insert_CYI.sparql @@ -93,6 +93,7 @@ INSERT { ?coll_value rdf:type ?type . ?coll_value rdfs:label ?label . ?coll_value aocat:has_name ?name . + ?coll_value aocat:has_homepage ?homepage . } } USING @@ -103,6 +104,7 @@ WHERE { ?coll_value rdf:type ?type . ?coll_value rdfs:label ?label . ?coll_value aocat:has_name ?name . + ?coll_value aocat:has_homepage ?homepage . MINUS { ?record aocat:has_responsible ?rec_value . }