RDF.bnode-question-mark

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

Checks if the given value is a blank node.

Examples

iex> RDF.bnode?(RDF.bnode)
true
iex> RDF.bnode?(RDF.iri("http://example.com/resource"))
false
iex> RDF.bnode?(42)
false