updated enrichment of periodo for MISANU monumenrs

This commit is contained in:
Alessia Bardi 2023-01-24 18:49:37 +01:00
parent 11b439c955
commit adea30b491
1 changed files with 7 additions and 5 deletions

View File

@ -182,15 +182,17 @@ WHERE {
WHERE { WHERE {
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::misanu::monuments> { GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::misanu::monuments> {
?temporal aocat:has_native_period ?native_period . ?temporal aocat:has_native_period ?native_period .
?native_period skos:prefLabel ?native_label . ?native_period skos:prefLabel ?native_label .
?temporal aocat:from ?from .
?temporal aocat:until ?until .
optional {
GRAPH <https://ariadne-infrastructure.eu/ariadneplus::misanu::periodo> { GRAPH <https://ariadne-infrastructure.eu/ariadneplus::misanu::periodo> {
?periodO skos:altLabel ?native_label . ?periodO skos:altLabel ?native_label .
?periodO time:intervalStartedBy ?intervalStartedBy .
?intervalStartedBy time:hasDateTimeDescription ?startdescr .
?startdescr time:year ?from .
?periodO time:intervalFinishedBy ?intervalFinishedBy .
?intervalFinishedBy time:hasDateTimeDescription ?finishdescr .
?finishdescr time:year ?until .
} }
} }
}
}; };
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/> PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>