From ae11aec41a61d15090819df27258de9d0ce5cd37 Mon Sep 17 00:00:00 2001 From: Enrico Ottonello Date: Thu, 14 Jul 2022 13:43:43 +0200 Subject: [PATCH] removed Ariadne_subject inherited from collection --- .../sparql/enrich/HES/ordered_sparql_insert_hes_maritime.sparql | 2 -- 1 file changed, 2 deletions(-) diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/HES/ordered_sparql_insert_hes_maritime.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/HES/ordered_sparql_insert_hes_maritime.sparql index b6b3455..3d32776 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/HES/ordered_sparql_insert_hes_maritime.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/HES/ordered_sparql_insert_hes_maritime.sparql @@ -71,7 +71,6 @@ INSERT { ?record aocat:has_owner ?owner . ?record aocat:has_publisher ?publisher . ?record aocat:has_access_rights ?accessRights . - ?record aocat:has_ARIADNE_subject ?archeologicalResourceType . } } USING @@ -84,7 +83,6 @@ WHERE { ?collection aocat:has_owner ?owner . ?collection aocat:has_publisher ?publisher . ?collection aocat:has_access_rights ?accessRights . - ?collection aocat:has_ARIADNE_subject ?archeologicalResourceType . }; PREFIX aocat: