Reuse RDF4J model API
namedgraph opened this issue · comments
Martynas Jusevičius commented
Hi. This project depends on RDF4J which includes an RDF model API:
https://rdf4j.org/documentation/programming/model/
Why do you need to define your own RDF model terms instead of reusing RDF4J?
https://github.com/RMLio/rmlmapper-java/tree/master/src/main/java/be/ugent/rml/term
Am I misunderstanding something?
Ben De Meester commented
We're mostly using RDF4J throughout the mapper, however, there are some places we still make use of a legacy self-made RDF model API. Removing that own RDF model should be painless, but hasn't been a priority :)