Skip to content

Commit

Permalink
Merge pull request #99 from fnielsen/feat/usage-to-text-to-lexeme-98
Browse files Browse the repository at this point in the history
Implement #98: link usage to text-to-lexemes
  • Loading branch information
fnielsen committed Jun 1, 2020
2 parents 7bf2312 + 29314bb commit 4e635fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ordia/app/templates/l.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
?lexeme p:P5831 ?value_statement .
?value_statement ps:P5831 ?value .
BIND(?value AS ?valueLabel)
BIND(CONCAT("text-to-lexemes?text=", ENCODE_FOR_URI(?value), "&text-language=", LANG(?value)) AS ?value_Url)
OPTIONAL {
?value_statement prov:wasDerivedFrom / pr:P248 ?source_ .
OPTIONAL {
Expand Down

0 comments on commit 4e635fc

Please sign in to comment.