Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test-cases/RMLTC0010a-JSON/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
rml:predicate ex:name
];
rml:subjectMap [
rml:template "http://example.com/{$.['Country Code']}"
rml:template "http://example.com/{$['Country Code']}"
] .

```
Expand Down
2 changes: 1 addition & 1 deletion test-cases/RMLTC0010a-JSON/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
rml:predicate ex:name
];
rml:subjectMap [
rml:template "http://example.com/{$.['Country Code']}"
rml:template "http://example.com/{$['Country Code']}"
] .
2 changes: 1 addition & 1 deletion test-cases/RMLTC0010b-JSON/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
rml:predicate ex:name
];
rml:subjectMap [
rml:template "http://example.com/{$.['Country Code']}/{$.Name}"
rml:template "http://example.com/{$['Country Code']}/{$.Name}"
] .

```
Expand Down
2 changes: 1 addition & 1 deletion test-cases/RMLTC0010b-JSON/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
rml:predicate ex:name
];
rml:subjectMap [
rml:template "http://example.com/{$.['Country Code']}/{$.Name}"
rml:template "http://example.com/{$['Country Code']}/{$.Name}"
] .
4 changes: 2 additions & 2 deletions test-cases/RMLTC0010c-JSON/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
rml:predicateObjectMap [
rml:predicate ex:code;
rml:objectMap [
rml:template "\\{\\{\\{ {$.['ISO 3166']} \\}\\}\\}";
rml:template "\\{\\{\\{ {$['ISO 3166']} \\}\\}\\}";
rml:termType rml:Literal
]
];
rml:subjectMap [
rml:template "http://example.com/{$.['Country Code']}/{$.Name}"
rml:template "http://example.com/{$['Country Code']}/{$.Name}"
] .

```
Expand Down
4 changes: 2 additions & 2 deletions test-cases/RMLTC0010c-JSON/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
rml:predicateObjectMap [
rml:predicate ex:code;
rml:objectMap [
rml:template "\\{\\{\\{ {$.['ISO 3166']} \\}\\}\\}";
rml:template "\\{\\{\\{ {$['ISO 3166']} \\}\\}\\}";
rml:termType rml:Literal
]
];
rml:subjectMap [
rml:template "http://example.com/{$.['Country Code']}/{$.Name}"
rml:template "http://example.com/{$['Country Code']}/{$.Name}"
] .
2 changes: 1 addition & 1 deletion test-cases/RMLTC0023f-JSON/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
];
rml:subjectMap [
rml:template "http://example.com/{\\{Name\\}}";
rml:template "http://example.com/{$['\\{Name\\}']}";
rml:class foaf:Person;
] .

Expand Down
2 changes: 1 addition & 1 deletion test-cases/RMLTC0023f-JSON/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
];
rml:subjectMap [
rml:template "http://example.com/{\\{Name\\}}";
rml:template "http://example.com/{$['\\{Name\\}']}";
rml:class foaf:Person;
] .

2 changes: 1 addition & 1 deletion test-cases/RMLTC0028a-JSON/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
];
rml:subjectMap [
rml:template "https://example.org/instances/{id}";
rml:template "https://example.org/instances/{$.id}";
];
rml:predicateObjectMap [
rml:predicate <http://example.org/ns/p> ;
Expand Down
2 changes: 1 addition & 1 deletion test-cases/RMLTC0028a-JSON/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
]
];
rml:subjectMap [
rml:template "https://example.org/instances/{id}";
rml:template "https://example.org/instances/{$.id}";
];
rml:predicateObjectMap [
rml:predicate <http://example.org/ns/p> ;
Expand Down
2 changes: 1 addition & 1 deletion test-cases/RMLTC0028b-JSON/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
]
];
rml:subjectMap [
rml:template "https://example.org/instances/{id}";
rml:template "https://example.org/instances/{$.id}";
rml:class s:Person ;
rml:graph <graph:1> ;
];
Expand Down
2 changes: 1 addition & 1 deletion test-cases/RMLTC0028b-JSON/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
];
rml:subjectMap [
rml:template "https://example.org/instances/{id}";
rml:template "https://example.org/instances/{$.id}";
rml:class s:Person ;
rml:graph <graph:1> ;
];
Expand Down
2 changes: 1 addition & 1 deletion test-cases/RMLTC0028c-JSON/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
];
rml:subjectMap [
rml:template "https://example.org/instances/{id}";
rml:template "https://example.org/instances/{$.id}";
];
rml:predicateObjectMap [
rml:predicate <http://example.org/ns/p> ;
Expand Down
2 changes: 1 addition & 1 deletion test-cases/RMLTC0028c-JSON/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
]
];
rml:subjectMap [
rml:template "https://example.org/instances/{id}";
rml:template "https://example.org/instances/{$.id}";
];
rml:predicateObjectMap [
rml:predicate <http://example.org/ns/p> ;
Expand Down