Github user stain commented on a diff in the pull request: https://github.com/apache/incubator-commonsrdf/pull/26#discussion_r85523095 --- Diff: api/src/main/java/org/apache/commons/rdf/api/RDFTerm.java --- @@ -37,4 +55,46 @@ */ String ntriplesString(); + /** + * Check it this RDFTerm is equal to another RDFTerm. + * <p> + * If this object is an {@link IRI}, equality is checked using --- End diff -- I don't think that would make sense in `RDFTerm` as each of them override `.equals()`? What would the `default` method do and when would it be called? Another problem is that you can't provide a `default` method for methods from `java.lang.Object`.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---