fix from e until for collection

This commit is contained in:
Enrico Ottonello 2020-10-11 19:37:56 +02:00
parent 2e732a3b5b
commit 0867cf3ab2
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ where {
?temporalCoverage aocat:has_native_period ?temporalNative . ?temporalCoverage aocat:has_native_period ?temporalNative .
?temporalNative skos:prefLabel ?temporalNativePeriodName . ?temporalNative skos:prefLabel ?temporalNativePeriodName .
optional { optional {
?temporalNative aocat:from ?temporalFrom . ?temporalCoverage aocat:from ?temporalFrom .
?temporalNative aocat:until ?temporalUntil . ?temporalCoverage aocat:until ?temporalUntil .
} }
} }