removed temporal propagation for fieldwork on happens_during relation

This commit is contained in:
Enrico Ottonello 2021-07-23 12:04:49 +02:00
parent 9e17c18c2f
commit d584b932e8
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ INSERT {
USING <https://ariadne-infrastructure.eu/api_________::ariadne_plus::amcr::oai>
WHERE {
?s aocat:is_about ?about .
?about (aocat:has_time_interval | aocat:happens_at) ?t .
?about aocat:has_time_interval ?t .
};
PREFIX aocat: <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/>
@ -20,7 +20,7 @@ INSERT {
}
USING <https://ariadne-infrastructure.eu/api_________::ariadne_plus::amcr::oai>
WHERE {
?record_k aocat:happens_at ?temporal_k .
?record_k aocat:happens_during ?temporal_k .
?record_k aocat:occurs_in ?region.
?region aocat:is_spatial_region_of ?event .
?record aocat:is_about ?event .
@ -35,7 +35,7 @@ INSERT {
}
USING <https://ariadne-infrastructure.eu/api_________::ariadne_plus::amcr::oai>
WHERE {
?record_k aocat:happens_at ?temporal_k .
?record_k aocat:happens_during ?temporal_k .
?record_k aocat:occurs_in ?region.
?region aocat:is_space_region_of ?site .
?record aocat:is_about ?site .
@ -51,7 +51,7 @@ INSERT {
}
USING <https://ariadne-infrastructure.eu/api_________::ariadne_plus::amcr::oai>
WHERE {
?activity aocat:happens_at ?activity_t .
?activity aocat:happens_during ?activity_t .
?activity aocat:is_subject_of ?document_part .
?document_part crm:P148i_is_component_of ?document .
?record aocat:is_about ?document .