Github user ghxiao commented on the issue:
https://github.com/apache/commons-rdf/pull/31
I added a test case`RDF4JMethodOverloadsTest` and one more method in RDF4J
`public RDF4JBlankNodeOrIRI asRDFTerm(final
org.eclipse.rdf4j.model.Resource value)`
---
If your project is s
Github user stain commented on the issue:
https://github.com/apache/commons-rdf/pull/31
Thanks, this looks sensible to me!
Should we add unit test for each of the new `asRDFTerm` methods? They are
in a way already tested through `createLiteral` etc.., but just so we don't
br