From 0b600fe99e042df9ee76c41f462c02204233e029 Mon Sep 17 00:00:00 2001 From: Alessia Bardi Date: Fri, 18 Nov 2022 16:46:22 +0100 Subject: [PATCH] Revert "add the from and until to the temporal field even if they do not come from periodO, otherwise the info is not shown in the portal" This reverts commit 07178a1b --- .../ariadneplus/sparql/read_collection_data_template.sparql | 5 ----- .../ariadneplus/sparql/read_record_data_template.sparql | 5 ----- 2 files changed, 10 deletions(-) diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/read_collection_data_template.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/read_collection_data_template.sparql index 45260ba..8e24f48 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/read_collection_data_template.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/read_collection_data_template.sparql @@ -69,11 +69,6 @@ CONSTRUCT { ?temporalNative aoprop:nativePeriodName ?temporalNativePeriodName . ?temporalNative aoprop:nativeFrom ?temporalNativeFrom . ?temporalNative aoprop:nativeUntil ?temporalNativeUntil . -%record aoprop:temporal ?temporalNative . -?temporalNative aoprop:periodOName ?temporalNativePeriodName . -?temporalNative aoprop:from ?temporalNativeFrom . -?temporalNative aoprop:until ?temporalNativeUntil . -?temporalNative aoprop:uri ?temporalNative . %record aoprop:archeologicalResourceType ?archeologicalResourceType . ?archeologicalResourceType aoprop:name ?archeologicalResourceTypeName . %record aoprop:resourceType ?resourceType . diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/read_record_data_template.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/read_record_data_template.sparql index ae0d716..920a692 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/read_record_data_template.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/read_record_data_template.sparql @@ -71,11 +71,6 @@ CONSTRUCT { ?temporalNative aoprop:nativePeriodName ?temporalNativePeriodName . ?temporalNative aoprop:nativeFrom ?temporalNativeFrom . ?temporalNative aoprop:nativeUntil ?temporalNativeUntil . -%record aoprop:temporal ?temporalNative . -?temporalNative aoprop:periodOName ?temporalNativePeriodName . -?temporalNative aoprop:from ?temporalNativeFrom . -?temporalNative aoprop:until ?temporalNativeUntil . -?temporalNative aoprop:uri ?temporalNative . %record aoprop:archeologicalResourceType ?archeologicalResourceType . ?archeologicalResourceType aoprop:name ?archeologicalResourceTypeName . %record aoprop:resourceType ?resourceType .