Skip to content

Releases: johardi/jr2rml-parser

0.6

14 Jun 15:00
Compare
Choose a tag to compare

Release Notes:

  • Support most R2RML mapping properties. The full list will be implemented incrementally.
    • v0.6: Adding support rr:termType and rr:sqlVersion
    • v0.5: Initial support rr:logicalTable, rr:subjectMap, rr:predicateObjectMap, rr:predicateMap, rr:objectMap, rr:subject, rr:predicate, rr:object, rr:tableName, rr:sqlQuery, rr:class, rr:template, rr:column, rr:datatype, rr:language.
  • Using visitor pattern to allow easy integration with your existing code.
  • Open source under Apache License 2.0.

0.5

31 May 06:04
Compare
Choose a tag to compare
0.5

Release Notes:

  • Support most R2RML mapping properties. The full list will be implemented incrementally.
    • Not yet implemented properties including rr:graph, rr:graphMap, rr:inverseExpression, rr:joinCondition, rr:parentTriplesMap, rr:sqlVersion, rr:termType
  • Using visitor pattern to allow easy integration with your existing code.
  • Open source under Apache License 2.0.