RDF.NS.RDF (RDF.ex v2.1.0)

View Source

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/

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

Functions

nil()

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

nil(subject)

RDF.Description property accessor for /0

nil(subject, object)

RDF.Description builder for /0

__iris__()

Returns all known IRIs of the vocabulary.

first()

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

first(subject)

RDF.Description property accessor for first/0

first(subject, object)

RDF.Description builder for first/0

langString()

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

langString(subject)

RDF.Description property accessor for langString/0

langString(subject, object)

RDF.Description builder for langString/0

object()

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

object(subject)

RDF.Description property accessor for object/0

object(subject, object)

RDF.Description builder for object/0

predicate()

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

predicate(subject)

RDF.Description property accessor for predicate/0

predicate(subject, object)

RDF.Description builder for predicate/0

rest()

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

rest(subject)

RDF.Description property accessor for rest/0

rest(subject, object)

RDF.Description builder for rest/0

subject()

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

subject(subject)

RDF.Description property accessor for subject/0

subject(subject, object)

RDF.Description builder for subject/0

type()

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

type(subject)

RDF.Description property accessor for type/0

type(subject, object)

RDF.Description builder for type/0

value()

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

value(subject)

RDF.Description property accessor for value/0

value(subject, object)

RDF.Description builder for value/0