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 |
Manchester Syntax parser
References : http://www.w3.org/TR/2009/NOTE-owl2-manchester-syntax-20091027/
Documentation
optAnnos :: CharParser st a -> CharParser st (Annotations, a)
annotations :: CharParser st Annotations
apBit :: CharParser st FrameBit
datatypeBit :: CharParser st Frame
classFrame :: CharParser st Frame
classFrameBit :: CharParser st FrameBit
objectFrameBit :: CharParser st FrameBit
dataFrameBit :: CharParser st FrameBit
dataPropertyFrame :: CharParser st Frame
fact :: CharParser st Fact
iFrameBit :: CharParser st FrameBit
individualFrame :: CharParser st Frame
misc :: CharParser st Frame
frames :: CharParser st [Frame]
basicSpec :: PrefixMap -> CharParser st OntologyDocument