Hets - the Heterogeneous Tool Set
Copyright(c) Christian Maeder DFKI and Uni Bremen 2009
LicenseGPLv2 or higher, see LICENSE.txt
MaintainerChristian.Maeder@dfki.de
Stabilityprovisional
Portabilitynon-portable (imports Logic.Logic)
Safe HaskellNone

OWL2.DMU2OWL2

Description

translating DMU xml to OWL using OntoDMU.jar by Marco Franke from BIBA

Synopsis

Documentation

data DMU2OWL2 Source #

The identity of the comorphism

Constructors

DMU2OWL2 

Instances

Instances details
Show DMU2OWL2 Source # 
Instance details

Defined in OWL2.DMU2OWL2

Methods

showsPrec :: Int -> DMU2OWL2 -> ShowS

show :: DMU2OWL2 -> String

showList :: [DMU2OWL2] -> ShowS

Language DMU2OWL2 Source # 
Instance details

Defined in OWL2.DMU2OWL2

Methods

language_name :: DMU2OWL2 -> String Source #

description :: DMU2OWL2 -> String Source #

Comorphism DMU2OWL2 DMU () Text () () () Text (DefaultMorphism Text) () () () OWL2 ProfSub OntologyDocument Axiom SymbItems SymbMapItems Sign OWLMorphism Entity RawSymb ProofTree Source # 
Instance details

Defined in OWL2.DMU2OWL2

runOntoDMU :: String -> IO String Source #

readOWL :: MonadFail m => String -> m (Sign, [Named Axiom]) Source #