fix periodo name for native period
This commit is contained in:
parent
61abf9b51e
commit
5e4b1a87b9
|
@ -93,11 +93,9 @@ where {
|
|||
|
||||
optional {
|
||||
graph <https://ariadne-infrastructure.eu/api_________::ariadne_plus::%datasource::%collectionId> {
|
||||
%record aocat:has_temporal_coverage ?temporalNative .
|
||||
?temporalNative aocat:has_native_period ?nativeLabel .
|
||||
?nativeLabel skos:prefLabel ?temporalNativePeriodName .
|
||||
}
|
||||
graph <https://ariadne-infrastructure.eu/ariadneplus::%datasource::periodoplus> {
|
||||
%record aocat:has_temporal_coverage ?temporalNative .
|
||||
?temporalNative aocat:has_native_period ?nativeLabel .
|
||||
?nativeLabel skos:prefLabel | rdfs:label ?temporalNativePeriodName .
|
||||
optional {
|
||||
?temporalNative aocat:from ?temporalNativeFrom .
|
||||
?temporalNative aocat:until ?temporalNativeUntil .
|
||||
|
|
Loading…
Reference in New Issue