Skip to content

Commit

Permalink
RMLTC0010c-JSON: fix ex:code mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche authored Feb 24, 2024
1 parent 452accf commit 2eb974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-cases/RMLTC0010c-JSON/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

rml:predicateObjectMap [
rml:predicate ex:code ;
rml:objectMap [ rml:template "\\{\\{\\{ {ISO 3166} \\}\\}\\}"; rml:termType rml:Literal]
rml:objectMap [ rml:template "\\{\\{\\{ {$.['ISO 3166']} \\}\\}\\}"; rml:termType rml:Literal]
] .

0 comments on commit 2eb974d

Please sign in to comment.