RDF.BlankNode.new
You're seeing just the function
new
, go back to RDF.BlankNode module for more information.
Specs
new() :: t()
Creates a RDF.BlankNode
.
Specs
Creates a RDF.BlankNode
with a user-defined value for its identity.
Examples
iex> RDF.bnode(:foo)
%RDF.BlankNode{value: "foo"}