updated enrichment of periodo for MISANU monumenrs
This commit is contained in:
parent
11b439c955
commit
adea30b491
|
@ -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 .
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue