fix added property retrieving temporal label

This commit is contained in:
Enrico Ottonello 2022-02-18 15:00:32 +01:00
parent a1c1100790
commit d12d88667d
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
WHERE {
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::conicet::fieldwork> {
?temporal aocat:has_native_period ?native_period .
?native_period rdfs:label ?native_label .
?native_period rdfs:label|skos:prefLabel ?native_label .
?temporal aocat:from ?from .
?temporal aocat:until ?until .
}
@ -125,7 +125,7 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
WHERE {
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::conicet::fieldwork> {
?temporal aocat:has_native_period ?native_period .
?native_period rdfs:label ?native_label .
?native_period rdfs:label|skos:prefLabel ?native_label .
?temporal aocat:from ?from .
?temporal aocat:until ?until .
}