Skip to content

Commit

Permalink
fix(templates): add pfp namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jan 13, 2025
1 parent c13ae5b commit ed2edca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pfp_api/templates/person.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX pfp: <https://www.oeaw.ac.at/acdh/pfp/>
SELECT ?subject
WHERE {
?subject proxy_for <{{ person_id }}> .
?subject pfp:proxy_for <{{ person_id }}> .
}

0 comments on commit ed2edca

Please sign in to comment.