updated bangor enrichment queries for the periods

This commit is contained in:
Alessia 2024-10-08 19:15:52 +02:00
parent 5d78b6e3b5
commit 695d2f3fac
1 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,11 @@
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
PREFIX ariadneplus: <https://ariadne-infrastructure.eu/aocat/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
INSERT DATA {
GRAPH <https://ariadne-infrastructure.eu/api_________::ariadne_plus::ads::records_bangor11_4> {
<http://ariadne-infrastructure.eu/aocat/Concept/ADS/Post%20Medieval> skos:prefLabel "Post Medieval"}
}
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
PREFIX time: <http://www.w3.org/2006/time#>
@ -15,12 +23,14 @@ INSERT {
?native_period skos:prefLabel ?native_label .
optional {
GRAPH <https://ariadne-infrastructure.eu/ariadneplus::ads::periodo> {
?periodO skos:altLabel ?native_label .
?periodO skos:prefLabel ?native_label .
?periodO skos:inScheme <http://n2t.net/ark:/99152/p0kh9ds> .
?periodO time:intervalStartedBy ?intervalStartedBy .
?intervalStartedBy skos:prefLabel ?temporalFrom .
?intervalStartedBy time:hasDateTimeDescription ?temporalFromDescr .
?temporalFromDescr time:year ?temporalFrom .
?periodO time:intervalFinishedBy ?intervalFinishedBy .
?intervalFinishedBy skos:prefLabel ?temporalUntil .
?intervalFinishedBy time:hasDateTimeDescription ?temporalUntilDescr .
?temporalUntilDescr time:year ?temporalUntil
}
}
}