View Source RDF.NS.RDF (RDF.ex v1.1.0)

The RDF vocabulary.

Since this module has the same basename as the top-level module, you can't alias it. Therefore, the top-level RDF module has delegators for all of the property functions in this module, so you can use them directly on the top-level module without an alias.

See https://www.w3.org/TR/rdf11-concepts/

Link to this section Summary

Functions

RDF.Description property accessor for /0

Returns all known IRIs of the vocabulary.

RDF.Description property accessor for first/0

RDF.Description property accessor for object/0

RDF.Description property accessor for rest/0

RDF.Description property accessor for type/0

RDF.Description property accessor for value/0

Link to this section Functions

http://www.w3.org/1999/02/22-rdf-syntax-ns#nil

RDF.Description property accessor for /0

RDF.Description builder for /0

Returns all known IRIs of the vocabulary.

http://www.w3.org/1999/02/22-rdf-syntax-ns#first

RDF.Description property accessor for first/0

RDF.Description builder for first/0

http://www.w3.org/1999/02/22-rdf-syntax-ns#langString

RDF.Description property accessor for langString/0

Link to this function

langString(subject, object)

View Source

RDF.Description builder for langString/0

http://www.w3.org/1999/02/22-rdf-syntax-ns#object

RDF.Description property accessor for object/0

RDF.Description builder for object/0

http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate

RDF.Description property accessor for predicate/0

Link to this function

predicate(subject, object)

View Source

RDF.Description builder for predicate/0

http://www.w3.org/1999/02/22-rdf-syntax-ns#rest

RDF.Description property accessor for rest/0

RDF.Description builder for rest/0

http://www.w3.org/1999/02/22-rdf-syntax-ns#subject

RDF.Description property accessor for subject/0

Link to this function

subject(subject, object)

View Source

RDF.Description builder for subject/0

http://www.w3.org/1999/02/22-rdf-syntax-ns#type

RDF.Description property accessor for type/0

RDF.Description builder for type/0

http://www.w3.org/1999/02/22-rdf-syntax-ns#value

RDF.Description property accessor for value/0

RDF.Description builder for value/0