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:
parent
51271e2fc0
commit
07178a1b44
|
@ -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 .
|
||||
|
|
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue