fixed periodO URI
This commit is contained in:
parent
a92190c29c
commit
ca95568062
|
@ -64,7 +64,7 @@ CONSTRUCT {
|
|||
?temporal aoprop:periodOName ?temporalPeriodName .
|
||||
?temporal aoprop:from ?temporalFrom .
|
||||
?temporal aoprop:until ?temporalUntil .
|
||||
?temporal aoprop:uri ?temporal .
|
||||
?temporal aoprop:uri ?periodOURI .
|
||||
%record aoprop:temporalNative ?temporalNative .
|
||||
?temporalNative aoprop:nativePeriodName ?temporalNativePeriodName .
|
||||
?temporalNative aoprop:nativeFrom ?temporalNativeFrom .
|
||||
|
@ -153,14 +153,14 @@ where {
|
|||
|
||||
optional {
|
||||
graph <https://ariadne-infrastructure.eu/api_________::ariadne_plus::%datasource::%collectionId> {
|
||||
select distinct ?temporal ?temporalPeriodName ?temporalFrom ?temporalUntil
|
||||
select distinct ?temporal ?temporalPeriodName ?temporalFrom ?temporalUntil ?periodOURI
|
||||
where {
|
||||
%record aocat:has_temporal_coverage ?temporal .
|
||||
graph <https://ariadne-infrastructure.eu/ariadneplus::%datasource::periodoplus> {
|
||||
?temporal aocat:has_period ?label .
|
||||
?temporal aocat:has_period ?periodOURI .
|
||||
graph <https://ariadne-infrastructure.eu/ariadneplus::%datasource::periodo> {
|
||||
|
||||
?label skos:prefLabel ?origTemporalPeriodName .
|
||||
?periodOURI skos:prefLabel ?origTemporalPeriodName .
|
||||
}
|
||||
optional {
|
||||
?temporal aocat:from ?temporalFrom .
|
||||
|
|
|
@ -66,7 +66,7 @@ CONSTRUCT {
|
|||
?temporal aoprop:periodOName ?temporalPeriodName .
|
||||
?temporal aoprop:from ?temporalFrom .
|
||||
?temporal aoprop:until ?temporalUntil .
|
||||
?temporal aoprop:uri ?temporal .
|
||||
?temporal aoprop:uri ?periodOURI .
|
||||
%record aoprop:temporalNative ?temporalNative .
|
||||
?temporalNative aoprop:nativePeriodName ?temporalNativePeriodName .
|
||||
?temporalNative aoprop:nativeFrom ?temporalNativeFrom .
|
||||
|
@ -167,14 +167,14 @@ where {
|
|||
|
||||
optional {
|
||||
graph <https://ariadne-infrastructure.eu/api_________::ariadne_plus::%datasource::%collectionId> {
|
||||
select distinct ?temporal ?temporalPeriodName ?temporalFrom ?temporalUntil
|
||||
select distinct ?temporal ?temporalPeriodName ?temporalFrom ?temporalUntil ?periodOURI
|
||||
where {
|
||||
%record aocat:has_temporal_coverage ?temporal .
|
||||
graph <https://ariadne-infrastructure.eu/ariadneplus::%datasource::periodoplus> {
|
||||
?temporal aocat:has_period ?label .
|
||||
?temporal aocat:has_period ?periodOURI .
|
||||
graph <https://ariadne-infrastructure.eu/ariadneplus::%datasource::periodo> {
|
||||
|
||||
?label skos:prefLabel ?origTemporalPeriodName .
|
||||
?periodOURI skos:prefLabel ?origTemporalPeriodName .
|
||||
}
|
||||
optional {
|
||||
?temporal aocat:from ?temporalFrom .
|
||||
|
|
Loading…
Reference in New Issue