RDF.ex v0.3.1 RDF.Sigils View Source
Sigils for the most common types of RDF nodes.
Link to this section Summary
Functions
Handles the sigil ~B
for blank nodes
Handles the sigil ~I
for IRIs
Handles the sigil ~L
for plain Literals
Link to this section Functions
Handles the sigil ~I
for IRIs.
Note: The given IRI string is precompiled into an RDF.IRI
struct.
Examples
iex> import RDF.Sigils
iex> ~I<http://example.com>
RDF.iri("http://example.com")