RDF.Namespace.__resolve_term__
You're seeing just the callback
__resolve_term__
, go back to RDF.Namespace module for more information.
Specs
__resolve_term__(atom()) :: {:ok, RDF.IRI.t()} | {:error, Exception.t()}
Resolves a term to a RDF.IRI
.