fixed periodO URI

This commit is contained in:
Enrico Ottonello 2022-05-06 11:58:25 +02:00
parent a92190c29c
commit ca95568062
2 changed files with 8 additions and 8 deletions

View File

@ -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 .

View File

@ -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 .