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