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 .
|
?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 .
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue