Copyright | (c) Felix Gabriel Mance |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | f.mance@jacobs-university.de |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
OWL2.ManchesterParser
Description
Manchester Syntax parser
References : http://www.w3.org/TR/2009/NOTE-owl2-manchester-syntax-20091027/
Documentation
optAnnos :: CharParser st a -> CharParser st (Annotations, a) Source #
optionalAnnos :: CharParser st Annotations Source #
annotations :: CharParser st Annotations Source #
descriptionAnnotatedList :: CharParser st [(Annotations, ClassExpression)] Source #
annotationPropertyFrame :: CharParser st Frame Source #
datatypeBit :: CharParser st Frame Source #
classFrame :: CharParser st Frame Source #
classFrameBit :: CharParser st FrameBit Source #
objPropExprAList :: CharParser st [(Annotations, ObjectPropertyExpression)] Source #
objectFrameBit :: CharParser st FrameBit Source #
objectPropertyFrame :: CharParser st Frame Source #
dataPropExprAList :: CharParser st [(Annotations, DataPropertyExpression)] Source #
dataFrameBit :: CharParser st FrameBit Source #
dataPropertyFrame :: CharParser st Frame Source #
individualFrame :: CharParser st Frame Source #
basicSpec :: PrefixMap -> CharParser st OntologyDocument Source #