RDF.ex v0.1.0 RDF.BlankNode View Source
A RDF blank node is a local node of a graph without an URI.
see https://www.w3.org/TR/rdf11-primer/#section-blank-node and https://www.w3.org/TR/rdf11-concepts/#section-blank-nodes
Link to this section Summary
Functions
Generator function for RDF.BlankNode
s
Generator function for RDF.BlankNode
s with a user-defined identity
Link to this section Types
Link to this section Functions
Generator function for RDF.BlankNode
s.
Generator function for RDF.BlankNode
s with a user-defined identity.
Examples
iex> RDF.bnode(:foo)
%RDF.BlankNode{id: "foo"}