Skip to content

R2RML Parser v0.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@nkons nkons released this 16 Jul 11:41
· 93 commits to master since this release

Current R2RML implementation:

  • Covers most of the R2RML constructs
  • Supports PostgreSQL and MySQL
  • Allows exporting the results in an RDF file, with a user-defined syntax (rdf/xml, n-triple, turtle, ttl, n3), or a database (using Jena SDB backend)
  • Allows merging the output model with a user-defined input model
  • Logs the timestamp and the counting of the triples that were generated by each logical table
  • Scales up to millions of triples
  • Allows arbitrary SQL queries as logical views, using the rr:sqlQuery construct

See the wiki for an up-to-date software description and [getting started](https://github.com/nkons/r2rml-parser/wiki/Getting started).

Please note that this is experimental/unstable software and should not be used in production.