Skip to content
Snippets Groups Projects
Commit 9c862e24 authored by esikkala's avatar esikkala
Browse files

Place instance page: add crm:P98i_was_born|crm:P100i_died_in

parent 3319edcd
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,17 @@ export const placePropertiesInstancePage = `
{ ?actorPredicate rdfs:subPropertyOf* crm:P14_carried_out_by }
UNION
{ ?actorPredicate rdfs:subPropertyOf* crm:P11_had_participant }
?id ^crm:P7_took_place_at ?event .
?event ?actorPredicate ?actor__id .
{
?id ^crm:P7_took_place_at ?event .
?event ?actorPredicate ?actor__id .
}
UNION
{
?id ^crm:P7_took_place_at ?event .
?actor__id crm:P98i_was_born|crm:P100i_died_in ?event
}
?actor__id skos:prefLabel ?actor__prefLabel .
BIND(CONCAT("/actors/page/", REPLACE(STR(?actor__id), "^.*\\\\/(.+)", "$1")) AS ?actor__dataProviderUrl)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment