add the from and until to the temporal field even if they do not come from periodO, otherwise the info is not shown in the portal

This commit is contained in:
Alessia Bardi 2022-11-01 18:16:16 +01:00
parent 51271e2fc0
commit 07178a1b44
2 changed files with 10 additions and 0 deletions

View File

@ -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 .

View File

@ -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 .