RDF.Graph.equal-question-mark

You're seeing just the function equal-question-mark, go back to RDF.Graph module for more information.

Specs

equal?(t() | any(), t() | any()) :: boolean()

Checks if two RDF.Graphs are equal.

Two RDF.Graphs are considered to be equal if they contain the same triples and have the same name. The prefixes of the graph are irrelevant for equality.