You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
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?
The text was updated successfully, but these errors were encountered: