RDF.IRI.equal_value-question-mark

You're seeing just the function equal_value-question-mark, go back to RDF.IRI module for more information.
Link to this function

equal_value?(left, right)

View Source

Specs

equal_value?(
  t() | RDF.Literal.t() | atom(),
  t() | RDF.Literal.t() | URI.t() | atom()
) :: boolean() | nil

Tests for value equality of IRIs.

Returns nil when the given arguments are not comparable as IRIs.

see https://www.w3.org/TR/rdf-concepts/#section-Graph-URIref