Copyright | (c) Christian Maeder DFKI Bremen 2008 Felix Mance 2011 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
String constants for keywords to be used for parsing and printing plus owl, xsd, rdf and rdfs reserved keywords. All identifiers are mixed case
Documentation
base64BinaryS :: String Source #
functionalS :: String Source #
inverseFunctionalS :: String Source #
reflexiveS :: String Source #
irreflexiveS :: String Source #
symmetricS :: String Source #
asymmetricS :: String Source #
antisymmetricS :: String Source #
transitiveS :: String Source #
differentFromS :: String Source #
hexBinaryS :: String Source #
langRangeS :: String Source #
maxLengthS :: String Source #
minLengthS :: String Source #
negativeIntegerS :: String Source #
nonNegativeIntegerS :: String Source #
nonPositiveIntegerS :: String Source #
positiveIntegerS :: String Source #
rdfsLiteral :: String Source #
rdfPlainLiteralS :: String Source #
unsignedByteS :: String Source #
unsignedIntS :: String Source #
unsignedLongS :: String Source #
unsignedShortS :: String Source #
dateTimeStampS :: String Source #
xmlLiteral :: String Source #
normalizedStringS :: String Source #
topObjProp :: String Source #
bottomObjProp :: String Source #
topDataProp :: String Source #
bottomDataProp :: String Source #
isDefinedBy :: String Source #
deprecated :: String Source #
versionInfo :: String Source #
priorVersion :: String Source #
backwardCompatibleWith :: String Source #
incompatibleWith :: String Source #
predefClass :: [String] Source #
predefObjProp :: [String] Source #
predefDataProp :: [String] Source #
predefRDFSAnnoProps :: [String] Source #
predefOWLAnnoProps :: [String] Source #
xsdNumbers :: [String] Source #
owlNumbers :: [String] Source #
xsdStrings :: [String] Source #
nonXSDKeys :: [String] Source #
datatypeKeys :: [String] Source #
data DatatypeFacet Source #
LENGTH | |
MINLENGTH | |
MAXLENGTH | |
PATTERN | |
LANGRANGE | |
MININCLUSIVE | |
MINEXCLUSIVE | |
MAXINCLUSIVE | |
MAXEXCLUSIVE | |
TOTALDIGITS | |
FRACTIONDIGITS |
Instances
Eq DatatypeFacet Source # | |
Defined in OWL2.Keywords (==) :: DatatypeFacet -> DatatypeFacet -> Bool (/=) :: DatatypeFacet -> DatatypeFacet -> Bool | |
Ord DatatypeFacet Source # | |
Defined in OWL2.Keywords compare :: DatatypeFacet -> DatatypeFacet -> Ordering (<) :: DatatypeFacet -> DatatypeFacet -> Bool (<=) :: DatatypeFacet -> DatatypeFacet -> Bool (>) :: DatatypeFacet -> DatatypeFacet -> Bool (>=) :: DatatypeFacet -> DatatypeFacet -> Bool max :: DatatypeFacet -> DatatypeFacet -> DatatypeFacet min :: DatatypeFacet -> DatatypeFacet -> DatatypeFacet | |
Show DatatypeFacet Source # | |
Defined in OWL2.Keywords showsPrec :: Int -> DatatypeFacet -> ShowS show :: DatatypeFacet -> String showList :: [DatatypeFacet] -> ShowS | |
Pretty DatatypeFacet Source # | |
Defined in OWL2.Print pretty :: DatatypeFacet -> Doc Source # pretties :: [DatatypeFacet] -> Doc Source # |
showFacetAsText :: DatatypeFacet -> String Source #
showFacet :: DatatypeFacet -> String Source #
facetList :: [DatatypeFacet] Source #