Skip to content

Commit

Permalink
Generate function citation to WHO DHI links.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Dec 17, 2019
1 parent 7f04bab commit 9fccfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functioncitation.tarql.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM <file:../functioncitation.csv>
WHERE
{
BIND (URI(CONCAT(tarql:expandPrefix('hito'),?uri)) AS ?f)
?who apf:strSplit (?whodhiuri ",")
BIND (URI(CONCAT(tarql:expandPrefix('hito'),?who)) AS ?w)
?who apf:strSplit (?whodhiuri",")
}

0 comments on commit 9fccfa7

Please sign in to comment.