Hets - the Heterogeneous Tool Set
Copyright(c) Felix Gabriel Mance
LicenseGPLv2 or higher, see LICENSE.txt
Maintainerf.mance@jacobs-university.de
Stabilityprovisional
Portabilityportable
Safe HaskellSafe

OWL2.MS

Description

Datatypes specific to the Manchester Syntax of OWL 2

References : http://www.w3.org/TR/owl2-manchester-syntax/

Synopsis

Documentation

type Annotations = [Annotation] Source #

annotions are annotedAnnotationList that must be preceded by the keyword Annotations: if non-empty

data Extended Source #

this datatype extends the Manchester Syntax to also allow GCIs

Instances

Instances details
Eq Extended Source # 
Instance details

Defined in OWL2.MS

Methods

(==) :: Extended -> Extended -> Bool

(/=) :: Extended -> Extended -> Bool

Data Extended Source # 
Instance details

Defined in OWL2.MS

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Extended -> c Extended

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Extended

toConstr :: Extended -> Constr

dataTypeOf :: Extended -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Extended)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Extended)

gmapT :: (forall b. Data b => b -> b) -> Extended -> Extended

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Extended -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Extended -> r

gmapQ :: (forall d. Data d => d -> u) -> Extended -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> Extended -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Extended -> m Extended

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Extended -> m Extended

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Extended -> m Extended

Ord Extended Source # 
Instance details

Defined in OWL2.MS

Methods

compare :: Extended -> Extended -> Ordering

(<) :: Extended -> Extended -> Bool

(<=) :: Extended -> Extended -> Bool

(>) :: Extended -> Extended -> Bool

(>=) :: Extended -> Extended -> Bool

max :: Extended -> Extended -> Extended

min :: Extended -> Extended -> Extended

Show Extended Source # 
Instance details

Defined in OWL2.MS

Methods

showsPrec :: Int -> Extended -> ShowS

show :: Extended -> String

showList :: [Extended] -> ShowS

data ListFrameBit Source #

frames with annotated lists

Instances

Instances details
Eq ListFrameBit Source # 
Instance details

Defined in OWL2.MS

Methods

(==) :: ListFrameBit -> ListFrameBit -> Bool

(/=) :: ListFrameBit -> ListFrameBit -> Bool

Data ListFrameBit Source # 
Instance details

Defined in OWL2.MS

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListFrameBit -> c ListFrameBit

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListFrameBit

toConstr :: ListFrameBit -> Constr

dataTypeOf :: ListFrameBit -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListFrameBit)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListFrameBit)

gmapT :: (forall b. Data b => b -> b) -> ListFrameBit -> ListFrameBit

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListFrameBit -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListFrameBit -> r

gmapQ :: (forall d. Data d => d -> u) -> ListFrameBit -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListFrameBit -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListFrameBit -> m ListFrameBit

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListFrameBit -> m ListFrameBit

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListFrameBit -> m ListFrameBit

Ord ListFrameBit Source # 
Instance details

Defined in OWL2.MS

Show ListFrameBit Source # 
Instance details

Defined in OWL2.MS

Methods

showsPrec :: Int -> ListFrameBit -> ShowS

show :: ListFrameBit -> String

showList :: [ListFrameBit] -> ShowS

Pretty ListFrameBit Source # 
Instance details

Defined in OWL2.ManchesterPrint

data AnnoType Source #

Constructors

Declaration 
Assertion 
XmlError String 

Instances

Instances details
Eq AnnoType Source # 
Instance details

Defined in OWL2.MS

Methods

(==) :: AnnoType -> AnnoType -> Bool

(/=) :: AnnoType -> AnnoType -> Bool

Data AnnoType Source # 
Instance details

Defined in OWL2.MS

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AnnoType -> c AnnoType

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AnnoType

toConstr :: AnnoType -> Constr

dataTypeOf :: AnnoType -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AnnoType)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AnnoType)

gmapT :: (forall b. Data b => b -> b) -> AnnoType -> AnnoType

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AnnoType -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AnnoType -> r

gmapQ :: (forall d. Data d => d -> u) -> AnnoType -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> AnnoType -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AnnoType -> m AnnoType

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AnnoType -> m AnnoType

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AnnoType -> m AnnoType

Ord AnnoType Source # 
Instance details

Defined in OWL2.MS

Methods

compare :: AnnoType -> AnnoType -> Ordering

(<) :: AnnoType -> AnnoType -> Bool

(<=) :: AnnoType -> AnnoType -> Bool

(>) :: AnnoType -> AnnoType -> Bool

(>=) :: AnnoType -> AnnoType -> Bool

max :: AnnoType -> AnnoType -> AnnoType

min :: AnnoType -> AnnoType -> AnnoType

Show AnnoType Source # 
Instance details

Defined in OWL2.MS

Methods

showsPrec :: Int -> AnnoType -> ShowS

show :: AnnoType -> String

showList :: [AnnoType] -> ShowS

data AnnFrameBit Source #

frames which start with annotations

Instances

Instances details
Eq AnnFrameBit Source # 
Instance details

Defined in OWL2.MS

Methods

(==) :: AnnFrameBit -> AnnFrameBit -> Bool

(/=) :: AnnFrameBit -> AnnFrameBit -> Bool

Data AnnFrameBit Source # 
Instance details

Defined in OWL2.MS

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AnnFrameBit -> c AnnFrameBit

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AnnFrameBit

toConstr :: AnnFrameBit -> Constr

dataTypeOf :: AnnFrameBit -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AnnFrameBit)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AnnFrameBit)

gmapT :: (forall b. Data b => b -> b) -> AnnFrameBit -> AnnFrameBit

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AnnFrameBit -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AnnFrameBit -> r

gmapQ :: (forall d. Data d => d -> u) -> AnnFrameBit -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> AnnFrameBit -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AnnFrameBit -> m AnnFrameBit

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AnnFrameBit -> m AnnFrameBit

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AnnFrameBit -> m AnnFrameBit

Ord AnnFrameBit Source # 
Instance details

Defined in OWL2.MS

Show AnnFrameBit Source # 
Instance details

Defined in OWL2.MS

Methods

showsPrec :: Int -> AnnFrameBit -> ShowS

show :: AnnFrameBit -> String

showList :: [AnnFrameBit] -> ShowS

data Fact Source #

Instances

Instances details
Eq Fact Source # 
Instance details

Defined in OWL2.MS

Methods

(==) :: Fact -> Fact -> Bool

(/=) :: Fact -> Fact -> Bool

Data Fact Source # 
Instance details

Defined in OWL2.MS

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Fact -> c Fact

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Fact

toConstr :: Fact -> Constr

dataTypeOf :: Fact -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Fact)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Fact)

gmapT :: (forall b. Data b => b -> b) -> Fact -> Fact

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Fact -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Fact -> r

gmapQ :: (forall d. Data d => d -> u) -> Fact -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> Fact -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Fact -> m Fact

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Fact -> m Fact

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Fact -> m Fact

Ord Fact Source # 
Instance details

Defined in OWL2.MS

Methods

compare :: Fact -> Fact -> Ordering

(<) :: Fact -> Fact -> Bool

(<=) :: Fact -> Fact -> Bool

(>) :: Fact -> Fact -> Bool

(>=) :: Fact -> Fact -> Bool

max :: Fact -> Fact -> Fact

min :: Fact -> Fact -> Fact

Show Fact Source # 
Instance details

Defined in OWL2.MS

Methods

showsPrec :: Int -> Fact -> ShowS

show :: Fact -> String

showList :: [Fact] -> ShowS

Pretty Fact Source # 
Instance details

Defined in OWL2.ManchesterPrint

Methods

pretty :: Fact -> Doc Source #

pretties :: [Fact] -> Doc Source #

data FrameBit Source #

Instances

Instances details
Eq FrameBit Source # 
Instance details

Defined in OWL2.MS

Methods

(==) :: FrameBit -> FrameBit -> Bool

(/=) :: FrameBit -> FrameBit -> Bool

Data FrameBit Source # 
Instance details

Defined in OWL2.MS

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FrameBit -> c FrameBit

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FrameBit

toConstr :: FrameBit -> Constr

dataTypeOf :: FrameBit -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FrameBit)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FrameBit)

gmapT :: (forall b. Data b => b -> b) -> FrameBit -> FrameBit

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FrameBit -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FrameBit -> r

gmapQ :: (forall d. Data d => d -> u) -> FrameBit -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> FrameBit -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FrameBit -> m FrameBit

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FrameBit -> m FrameBit

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FrameBit -> m FrameBit

Ord FrameBit Source # 
Instance details

Defined in OWL2.MS

Methods

compare :: FrameBit -> FrameBit -> Ordering

(<) :: FrameBit -> FrameBit -> Bool

(<=) :: FrameBit -> FrameBit -> Bool

(>) :: FrameBit -> FrameBit -> Bool

(>=) :: FrameBit -> FrameBit -> Bool

max :: FrameBit -> FrameBit -> FrameBit

min :: FrameBit -> FrameBit -> FrameBit

Show FrameBit Source # 
Instance details

Defined in OWL2.MS

Methods

showsPrec :: Int -> FrameBit -> ShowS

show :: FrameBit -> String

showList :: [FrameBit] -> ShowS

Pretty FrameBit Source # 
Instance details

Defined in OWL2.ManchesterPrint

data Frame Source #

Constructors

Frame Extended [FrameBit] 

Instances

Instances details
Eq Frame Source # 
Instance details

Defined in OWL2.MS

Methods

(==) :: Frame -> Frame -> Bool

(/=) :: Frame -> Frame -> Bool

Data Frame Source # 
Instance details

Defined in OWL2.MS

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Frame -> c Frame

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Frame

toConstr :: Frame -> Constr

dataTypeOf :: Frame -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Frame)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Frame)

gmapT :: (forall b. Data b => b -> b) -> Frame -> Frame

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Frame -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Frame -> r

gmapQ :: (forall d. Data d => d -> u) -> Frame -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> Frame -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Frame -> m Frame

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Frame -> m Frame

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Frame -> m Frame

Ord Frame Source # 
Instance details

Defined in OWL2.MS

Methods

compare :: Frame -> Frame -> Ordering

(<) :: Frame -> Frame -> Bool

(<=) :: Frame -> Frame -> Bool

(>) :: Frame -> Frame -> Bool

(>=) :: Frame -> Frame -> Bool

max :: Frame -> Frame -> Frame

min :: Frame -> Frame -> Frame

Show Frame Source # 
Instance details

Defined in OWL2.MS

Methods

showsPrec :: Int -> Frame -> ShowS

show :: Frame -> String

showList :: [Frame] -> ShowS

Pretty Frame Source # 
Instance details

Defined in OWL2.ManchesterPrint

data Axiom Source #

Constructors

PlainAxiom 

Instances

Instances details
Eq Axiom Source # 
Instance details

Defined in OWL2.MS

Methods

(==) :: Axiom -> Axiom -> Bool

(/=) :: Axiom -> Axiom -> Bool

Data Axiom Source # 
Instance details

Defined in OWL2.MS

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Axiom -> c Axiom

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Axiom

toConstr :: Axiom -> Constr

dataTypeOf :: Axiom -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Axiom)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Axiom)

gmapT :: (forall b. Data b => b -> b) -> Axiom -> Axiom

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Axiom -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Axiom -> r

gmapQ :: (forall d. Data d => d -> u) -> Axiom -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> Axiom -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Axiom -> m Axiom

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Axiom -> m Axiom

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Axiom -> m Axiom

Ord Axiom Source # 
Instance details

Defined in OWL2.MS

Methods

compare :: Axiom -> Axiom -> Ordering

(<) :: Axiom -> Axiom -> Bool

(<=) :: Axiom -> Axiom -> Bool

(>) :: Axiom -> Axiom -> Bool

(>=) :: Axiom -> Axiom -> Bool

max :: Axiom -> Axiom -> Axiom

min :: Axiom -> Axiom -> Axiom

Show Axiom Source # 
Instance details

Defined in OWL2.MS

Methods

showsPrec :: Int -> Axiom -> ShowS

show :: Axiom -> String

showList :: [Axiom] -> ShowS

GetRange Axiom Source # 
Instance details

Defined in OWL2.MS

Pretty Axiom Source # 
Instance details

Defined in OWL2.ManchesterPrint

data Ontology Source #

Constructors

Ontology 

Instances

Instances details
Eq Ontology Source # 
Instance details

Defined in OWL2.MS

Methods

(==) :: Ontology -> Ontology -> Bool

(/=) :: Ontology -> Ontology -> Bool

Data Ontology Source # 
Instance details

Defined in OWL2.MS

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Ontology -> c Ontology

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Ontology

toConstr :: Ontology -> Constr

dataTypeOf :: Ontology -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Ontology)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Ontology)

gmapT :: (forall b. Data b => b -> b) -> Ontology -> Ontology

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Ontology -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Ontology -> r

gmapQ :: (forall d. Data d => d -> u) -> Ontology -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> Ontology -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Ontology -> m Ontology

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Ontology -> m Ontology

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Ontology -> m Ontology

Ord Ontology Source # 
Instance details

Defined in OWL2.MS

Methods

compare :: Ontology -> Ontology -> Ordering

(<) :: Ontology -> Ontology -> Bool

(<=) :: Ontology -> Ontology -> Bool

(>) :: Ontology -> Ontology -> Bool

(>=) :: Ontology -> Ontology -> Bool

max :: Ontology -> Ontology -> Ontology

min :: Ontology -> Ontology -> Ontology

Show Ontology Source # 
Instance details

Defined in OWL2.MS

Methods

showsPrec :: Int -> Ontology -> ShowS

show :: Ontology -> String

showList :: [Ontology] -> ShowS

Pretty Ontology Source #

Printing the ontology

Instance details

Defined in OWL2.ManchesterPrint

data OntologyDocument Source #

Instances

Instances details
Eq OntologyDocument Source # 
Instance details

Defined in OWL2.MS

Data OntologyDocument Source # 
Instance details

Defined in OWL2.MS

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> OntologyDocument -> c OntologyDocument

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c OntologyDocument

toConstr :: OntologyDocument -> Constr

dataTypeOf :: OntologyDocument -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c OntologyDocument)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c OntologyDocument)

gmapT :: (forall b. Data b => b -> b) -> OntologyDocument -> OntologyDocument

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> OntologyDocument -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> OntologyDocument -> r

gmapQ :: (forall d. Data d => d -> u) -> OntologyDocument -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> OntologyDocument -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> OntologyDocument -> m OntologyDocument

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> OntologyDocument -> m OntologyDocument

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> OntologyDocument -> m OntologyDocument

Ord OntologyDocument Source # 
Instance details

Defined in OWL2.MS

Show OntologyDocument Source # 
Instance details

Defined in OWL2.MS

Methods

showsPrec :: Int -> OntologyDocument -> ShowS

show :: OntologyDocument -> String

showList :: [OntologyDocument] -> ShowS

GetRange OntologyDocument Source # 
Instance details

Defined in OWL2.MS

Pretty OntologyDocument Source # 
Instance details

Defined in OWL2.ManchesterPrint

annotedSyms :: (a -> Set Entity) -> AnnotatedList a -> Set Entity Source #