Skip to content

Commit 336947c

Browse files
authored
Merge pull request #53 from kg-construct/test-cases-html-update
test-cases: update descriptions
2 parents 52903ba + d301ed4 commit 336947c

File tree

10 files changed

+2199
-41
lines changed

10 files changed

+2199
-41
lines changed

test-cases/RMLTC-CC-0008-ROMa/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## RMLTC-CC-0008-ROMa
22

3-
**Title**:
3+
**Title**: Elements via reference object-map.
44

5-
**Description**:
5+
**Description**: Testing whether gather maps generate an RDF list whose members are generated by a referencing object-map.
66

77
**Error expected?** No
88

test-cases/RMLTC-CC-0008-ROMb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## RMLTC-CC-0008-ROMb
22

3-
**Title**:
3+
**Title**: Elements via reference object-map with default join condition
44

5-
**Description**:
5+
**Description**: Testing whether gather maps generate an RDF list whose members are generated by a referencing object-map with a default join condition.
66

77
**Error expected?** No
88

test-cases/RMLTC-CC-0009-DUP-Bag/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## RMLTC-CC-0009-DUP-Bag
22

3-
**Title**:
3+
**Title**: Gather duplicate values in an RDF Bag
44

5-
**Description**:
5+
**Description**: Testing the expected behavior of multi-valued expression maps containing duplicate values when these expression maps are used in a gather map to create an RDF Bag.
66

77
**Error expected?** No
88

test-cases/RMLTC-CC-0009-DUP-List/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## RMLTC-CC-0009-DUP-List
22

3-
**Title**:
3+
**Title**: Gather duplicate values in an RDF List
44

5-
**Description**:
5+
**Description**: Testing the expected behavior of multi-valued expression maps containing duplicate values when these expression maps are used in a gather map to create a list.
66

77
**Error expected?** No
88

test-cases/RMLTC-CC-0010-Lista/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## RMLTC-CC-0010-Lista
22

3-
**Title**:
3+
**Title**: Combining graph maps and gather maps (graph map has a template and gather map does not)
44

5-
**Description**:
5+
**Description**: Tests the behavior of combining graph- and gather maps. In this example, a blank node for each list is expected.
66

77
**Error expected?** No
88

test-cases/RMLTC-CC-0010-Listb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## RMLTC-CC-0010-Listb
22

3-
**Title**:
3+
**Title**: Combining graph maps and gather maps (both graph map and gather map have a template)
44

5-
**Description**:
5+
**Description**: Tests the behavior of combining graph- and gather maps. In this example, lists are concatinated in some named graphs via blank node identifiers constructed with templates.
66

77
**Error expected?** No
88

test-cases/descriptions.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RMLTC-CC-0006-IT0,Gather values accross iterations.,"When no template, constant,
2323
RMLTC-CC-0006-IT1,Gather values accross iterations.,"When using a template, constant, or reference for a gather map, this tests determines whether the values are correctly appended to the list. The natural order of the term maps inside the gather map as well as the iteration are respected. This test covers one term map in the gather map.",,JSON,JSON,no,data.json,,,
2424
RMLTC-CC-0006-IT2,Gather values accross iterations.,"When using a template, constant, or reference for a gather map, this tests determines whether the values are correctly appended to the list. The natural order of the term maps inside the gather map as well as the iteration are respected. This test covers two term maps in the gather map.",,JSON,JSON,no,data.json,,,
2525
RMLTC-CC-0007-NES,Nested gather maps,Testing whether nested gather maps are created. The mapping should generate a list of bags.,,JSON,JSON,no,data.json,,,
26-
RMLTC-CC-0008-ROMa,,,,,,no,,,,
27-
RMLTC-CC-0008-ROMb,,,,,,no,,,,
28-
RMLTC-CC-0009-DUP-Bag,,,,,,no,,,,
29-
RMLTC-CC-0009-DUP-List,,,,,,no,,,,
30-
RMLTC-CC-0010-Lista,,,,,,no,,,,
31-
RMLTC-CC-0010-Listb,,,,,,no,,,,
26+
RMLTC-CC-0008-ROMa,Elements via reference object-map.,Testing whether gather maps generate an RDF list whose members are generated by a referencing object-map.,,CSV,CSV,no,student.csv,,,
27+
RMLTC-CC-0008-ROMb,Elements via reference object-map with default join condition,Testing whether gather maps generate an RDF list whose members are generated by a referencing object-map with a default join condition.,,CSV,CSV,no,student.csv,,,
28+
RMLTC-CC-0009-DUP-Bag,Gather duplicate values in an RDF Bag,Testing the expected behavior of multi-valued expression maps containing duplicate values when these expression maps are used in a gather map to create an RDF Bag.,,JSON,JSON,no,data.json,,,
29+
RMLTC-CC-0009-DUP-List,Gather duplicate values in an RDF List,Testing the expected behavior of multi-valued expression maps containing duplicate values when these expression maps are used in a gather map to create a list.,,JSON,JSON,no,data.json,,,
30+
RMLTC-CC-0010-Lista,Combining graph maps and gather maps (graph map has a template and gather map does not),"Tests the behavior of combining graph- and gather maps. In this example, a blank node for each list is expected.",,JSON,JSON,no,data.json,,,
31+
RMLTC-CC-0010-Listb,Combining graph maps and gather maps (both graph map and gather map have a template),"Tests the behavior of combining graph- and gather maps. In this example, lists are concatinated in some named graphs via blank node identifiers constructed with templates.",,JSON,JSON,no,data.json,,,

0 commit comments

Comments
 (0)