Data.RDF.Types

RDF triples, nodes and literals

data LValue

data Node

type Subject

type Predicate

type Object

data Triple

type Triples

class View a b

Constructor functions

plainL

plainLL

typedL

unode

bnode

lnode

triple

unodeValidate

uriValidate

uriValidateString

Node query function

isUNode

isLNode

isBNode

Miscellaneous

resolveQName

absolutizeUrl

isAbsoluteUri

mkAbsoluteUrl

escapeRDFSyntax

fileSchemeToFilePath

RDF Type

class RDF rdf

Parsing RDF

class RdfParser p

Serializing RDF

class RdfSerializer s

Namespaces and Prefixes

data Namespace

data PrefixMappings

data PrefixMapping

Supporting types

data BaseUrl

type NodeSelector

data ParseFailure