RDF.ex v0.6.1 RDF.NS.RDF View Source
The RDF vocabulary.
Link to this section Summary
Functions
Returns all known IRIs of the vocabulary.
RDF.Description
builder for first/0
RDF.Description
builder for langString/0
RDF.Description
builder for /0
RDF.Description
builder for object/0
RDF.Description
builder for predicate/0
RDF.Description
builder for rest/0
RDF.Description
builder for subject/0
RDF.Description
builder for type/0
RDF.Description
builder for value/0
Link to this section Functions
Link to this function
__iris__() View Source
Returns all known IRIs of the vocabulary.
Link to this function
first() View Source
Link to this function
first(subject, object) View Source
RDF.Description
builder for first/0
Link to this function
langString() View Source
Link to this function
langString(subject, object) View Source
RDF.Description
builder for langString/0
Link to this function
nil(subject, object) View Source
RDF.Description
builder for /0
Link to this function
object() View Source
Link to this function
object(subject, object) View Source
RDF.Description
builder for object/0
Link to this function
predicate() View Source
Link to this function
predicate(subject, object) View Source
RDF.Description
builder for predicate/0
Link to this function
rest() View Source
Link to this function
rest(subject, object) View Source
RDF.Description
builder for rest/0
Link to this function
subject() View Source
Link to this function
subject(subject, object) View Source
RDF.Description
builder for subject/0
Link to this function
type() View Source
Link to this function
type(subject, object) View Source
RDF.Description
builder for type/0
Link to this function
value() View Source
Link to this function
value(subject, object) View Source
RDF.Description
builder for value/0