Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
s-minoo committed Aug 6, 2024
1 parent 47481fc commit 87038a6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in tandem with **[AlgeMapLoom-rs](https://github.com/RMLio/algemaploom-rs/)**.
RMLWeaver-JS executes the mapping processes described by the mapping plan
generated by AlgeMapLoom-rs.
Based on RX-JS streams, RMLWeaver-JS maps the heterogeneous data to RDF
Knowledge Graphs in streaming manner.
knowledge graphs in streaming manner.
This results in an overall lower memory usage.

## Usage
Expand Down
4 changes: 4 additions & 0 deletions test/rml-mapper-test-cases-csv/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Results
We support all (100%) of the CSV test cases from the official
[RML conformance test suite](https://github.com/kg-construct/rml-test-cases).

13 changes: 13 additions & 0 deletions test/shexml/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Adjustments from reference implementation
RMLWeaver-JS only supports input data files in CSV format.
Thus, we adapted the [reference test
cases](https://github.com/herminiogg/ShExML/tree/master/src/test/scala/com/herminiogarcia/shexml)
of ShExML to utilize only CSV files as input.
Since the reference test cases are more of an integration test, where all
the features of ShExML are tested together, we also split up the existing
test cases into multiple smaller test cases for a granular evaluation.


# Results
RMLWeaver-JS generates the same RDF knowledge graph as the reference ShExML
mapping engine for all the test cases.

0 comments on commit 87038a6

Please sign in to comment.