Skip to content

Commit eba8778

Browse files
TheRazoraceDylanVanAssche
authored andcommitted
update readmes and manifest
1 parent f86d900 commit eba8778

File tree

4 files changed

+140
-139
lines changed

4 files changed

+140
-139
lines changed

test-cases/RMLTC0026a-JSON/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
];
3434
rml:predicateObjectMap [
3535
rml:objectMap [
36-
rml:reference "$.amounts"
36+
rml:reference "$.amounts[*]"
3737
];
3838
rml:predicate ex:amount
3939
];

test-cases/RMLTC0026b-JSON/README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## RMLTC0026a-JSON
1+
## RMLTC0026b-JSON
22

3-
**Title**: "Generation of triples from arrays"
3+
**Title**: "Generation of triples from arrays with wrong reference"
44

5-
**Description**: "Tests the generation of triples from array input data structures"
5+
**Description**: "Tests the generation of triples from array input data structures. Test should fail as reference points to the array and not the values of the array"
66

7-
**Error expected?** No
7+
**Error expected?** Yes
88

99
**Input**
1010
```
@@ -43,11 +43,3 @@
4343
4444
```
4545

46-
**Output**
47-
```
48-
<http://example.com/Student/Bob/Smith> <http://example.com/amount> "30" .
49-
<http://example.com/Student/Bob/Smith> <http://example.com/amount> "40" .
50-
<http://example.com/Student/Bob/Smith> <http://example.com/amount> "50" .
51-
52-
```
53-

0 commit comments

Comments
 (0)