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 8e24f48..45260ba 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,6 +69,11 @@ 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 920a692..ae0d716 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,6 +71,11 @@ 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 .