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 . }