fix from e until for collection
This commit is contained in:
parent
2e732a3b5b
commit
0867cf3ab2
|
@ -103,8 +103,8 @@ where {
|
|||
?temporalCoverage aocat:has_native_period ?temporalNative .
|
||||
?temporalNative skos:prefLabel ?temporalNativePeriodName .
|
||||
optional {
|
||||
?temporalNative aocat:from ?temporalFrom .
|
||||
?temporalNative aocat:until ?temporalUntil .
|
||||
?temporalCoverage aocat:from ?temporalFrom .
|
||||
?temporalCoverage aocat:until ?temporalUntil .
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue