Replies: 1 comment 1 reply
-
That definitely looks useful. One thing I'm curious about: does Another thought: instead of having In any case: a contribution would be welcome! Before you get started, please have a look at the contributor guidelines, in particular the points on how to sign the Eclipse ECA. Let me know if you need any help with any of it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm frequently using the
ModelBuilder
fluent interface. To streamline my code, I wrote a few additional convenience methods for adding collections and for skipping over nullable values.ATM these methods are in a utils library. What do you think about adding them to the
ModelBuilder
in the rdf4j codebase?I would create a PR, if there is a good chance to get it merged.
Beta Was this translation helpful? Give feedback.
All reactions