rdf4h-5.1.0: A library for RDF processing in Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.RDF.Vocabulary.RDF

Synopsis

Documentation

_22_rdf_syntax_ns :: Node Source #

This is the RDF Schema for the RDF vocabulary terms in the RDF Namespace, defined in RDF 1.1 Concepts.

_Alt :: Node Source #

The class of containers of alternatives.

_Bag :: Node Source #

The class of unordered containers.

_HTML :: Node Source #

The datatype of RDF literals storing fragments of HTML content

_List :: Node Source #

The class of RDF Lists.

_PlainLiteral :: Node Source #

The class of plain (i.e. untyped) literal values, as used in RIF and OWL 2

_Property :: Node Source #

The class of RDF properties.

_Seq :: Node Source #

The class of ordered containers.

_Statement :: Node Source #

The class of RDF statements.

_XMLLiteral :: Node Source #

The datatype of XML literal values.

_type :: Node Source #

The subject is an instance of a class.

first :: Node Source #

The first item in the subject RDF list.

langString :: Node Source #

The datatype of language-tagged string values

nil :: Node Source #

The empty list, with no items in it. If the rest of a list is nil then the list has no more items in it.

object :: Node Source #

The object of the subject RDF statement.

predicate :: Node Source #

The predicate of the subject RDF statement.

rest :: Node Source #

The rest of the subject RDF list after the first item.

subject :: Node Source #

The subject of the subject RDF statement.

value :: Node Source #

Idiomatic property used for structured values.

iris :: [Node] Source #

All IRIs in this vocabulary.