From 0d44e186749e6d1e7a4b4f0376e0078f34b2e533 Mon Sep 17 00:00:00 2001 From: Enrico Ottonello Date: Wed, 30 Sep 2020 12:30:57 +0200 Subject: [PATCH] added optional fields for collection --- .../read_collection_data_template.sparql | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) 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 828c2d6..928cc74 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 @@ -11,6 +11,7 @@ CONSTRUCT { %record aoprop:originalId ?originalId . %record aoprop:issued ?issued . %record aoprop:modified ?modified . +%record aoprop:partOf ?partOf . %record aoprop:creator ?creator . ?creator aoprop:name ?creatorName . ?creator aoprop:email ?creatorEmail . @@ -44,6 +45,7 @@ CONSTRUCT { ?temporal aoprop:periodName ?temporalPeriodName . ?temporal aoprop:from ?temporalFrom . ?temporal aoprop:until ?temporalUntil . +?temporal aoprop:uri ?temporal . %record aoprop:uri ?temporalNative . ?temporalNative aoprop:periodName ?temporalNativePeriodName . %record aoprop:archeologicalResourceType ?archeologicalResourceType . @@ -71,10 +73,21 @@ from