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

Actors: fix birth place link

parent a3ef33f0
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ export const actorProperties = ` ...@@ -24,7 +24,7 @@ export const actorProperties = `
{ {
?id crm:P98i_was_born/crm:P7_took_place_at ?birthPlace__id . ?id crm:P98i_was_born/crm:P7_took_place_at ?birthPlace__id .
?birthPlace__id skos:prefLabel ?birthPlace__prefLabel . ?birthPlace__id skos:prefLabel ?birthPlace__prefLabel .
BIND(?birthPlace__id as ?birthPlace__dataProviderUrl) BIND(CONCAT("/places/page/", REPLACE(STR(?birthPlace__id), "^.*\\\\/(.+)", "$1")) AS ?birthPlace__dataProviderUrl)
} }
UNION UNION
{ {
......
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