From 0867cf3ab2f7be36a460369339b199b48480223b Mon Sep 17 00:00:00 2001 From: Enrico Ottonello Date: Sun, 11 Oct 2020 19:37:56 +0200 Subject: [PATCH] fix from e until for collection --- .../ariadneplus/sparql/read_collection_data_template.sparql | 4 ++-- 1 file changed, 2 insertions(+), 2 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 acefa14..09040f9 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 @@ -103,8 +103,8 @@ where { ?temporalCoverage aocat:has_native_period ?temporalNative . ?temporalNative skos:prefLabel ?temporalNativePeriodName . optional { - ?temporalNative aocat:from ?temporalFrom . - ?temporalNative aocat:until ?temporalUntil . + ?temporalCoverage aocat:from ?temporalFrom . + ?temporalCoverage aocat:until ?temporalUntil . } }