swish-0.9.0.3: A semantic web toolkit.

PortabilityOverloadedStrings
Stabilityexperimental
MaintainerDouglas Burke
Safe HaskellNone

Swish.RDF.Datatype.XSD.String

Description

This module defines the structures used to represent and manipulate RDF xsd:string datatyped literals.

Synopsis

Documentation

rdfDatatypeXsdString :: RDFDatatypeSource

The RDFDatatype value for xsd:string.

rdfDatatypeValXsdString :: RDFDatatypeVal TextSource

Define Datatype value for xsd:string.

typeNameXsdString :: ScopedNameSource

Type name for xsd:string datatype

namespaceXsdString :: NamespaceSource

Namespace for xsd:string datatype functions

axiomsXsdString :: [RDFFormula]Source

The axioms for xsd:string, which are

 xsd:string a rdfs:Datatype .

rulesXsdString :: [RDFRule]Source

The rules for xsd:string.