Add RDF.Term.t type
This commit is contained in:
parent
9c78ebeba7
commit
e393bff9ef
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ defprotocol RDF.Term do
|
||||||
see <https://www.w3.org/TR/sparql11-query/#defn_RDFTerm>
|
see <https://www.w3.org/TR/sparql11-query/#defn_RDFTerm>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
@type t :: RDF.IRI.t | RDF.BlankNode.t | RDF.Literal.t
|
||||||
|
|
||||||
|
|
||||||
@doc """
|
@doc """
|
||||||
Tests for term equality.
|
Tests for term equality.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue