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 .