RDF.Sigils.sigil_I
You're seeing just the macro
sigil_I
, go back to RDF.Sigils module for more information.
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")