Add .iex.exs file
This commit is contained in:
parent
8e1dc13c4f
commit
c4cbae3525
1 changed files with 22 additions and 0 deletions
22
.iex.exs
Normal file
22
.iex.exs
Normal file
|
@ -0,0 +1,22 @@
|
|||
import RDF.Sigils
|
||||
|
||||
alias RDF.NS.{XSD, RDFS, OWL, SKOS}
|
||||
|
||||
alias RDF.{
|
||||
Term,
|
||||
IRI,
|
||||
Literal,
|
||||
BlankNode,
|
||||
|
||||
Triple,
|
||||
Quad,
|
||||
Statement,
|
||||
|
||||
Description,
|
||||
Graph,
|
||||
Dataset,
|
||||
}
|
||||
|
||||
alias RDF.BlankNode, as: BNode
|
||||
|
||||
alias RDF.{NTriples, NQuads, Turtle}
|
Loading…
Reference in a new issue