| Portability | OverloadedStrings |
|---|---|
| Stability | experimental |
| Maintainer | Douglas Burke |
| Safe Haskell | None |
Swish.RDF.Datatype.XSD.String
Description
This module defines the structures used to represent and
manipulate RDF xsd:string datatyped literals.
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.