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

@ -183,12 +183,14 @@ WHERE {
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::misanu::monuments> {
?temporal aocat:has_native_period ?native_period .
?native_period skos:prefLabel ?native_label .
?temporal aocat:from ?from .
?temporal aocat:until ?until .
optional {
GRAPH <https://ariadne-infrastructure.eu/ariadneplus::misanu::periodo> {
?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 .
}
}
};