From 0ab59c10f459b21291829ec0846fd0aa80511dde Mon Sep 17 00:00:00 2001 From: Enrico Ottonello Date: Wed, 15 Dec 2021 15:06:40 +0100 Subject: [PATCH] fix for temporal informations --- .../FASTI/ordered_sparql_insert_fasti.sparql | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/FASTI/ordered_sparql_insert_fasti.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/FASTI/ordered_sparql_insert_fasti.sparql index 8432b88..6eb021e 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/FASTI/ordered_sparql_insert_fasti.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/FASTI/ordered_sparql_insert_fasti.sparql @@ -222,7 +222,24 @@ WHERE { ?temporal aocat:until ?until . } }; - + + PREFIX skos: + PREFIX aocat: + PREFIX time: + INSERT { + GRAPH { + ?native_period skos:prefLabel ?native_label . + } + } + WHERE { + GRAPH { + ?temporal aocat:has_native_period ?native_period . + ?native_period skos:prefLabel ?native_label . + ?temporal aocat:from ?from . + ?temporal aocat:until ?until . + } + }; + PREFIX skos: PREFIX aocat: INSERT {