Logic_OWL2.hs revision 137edd3944aacd150d60af8977de962113ead859
c79e39ad568d9af854765f64049534044ef6c034nd{-# LANGUAGE CPP, MultiParamTypeClasses, TypeSynonymInstances #-}
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi{-# OPTIONS -w #-}
d3e250aab242db84d14060985b5db675a731d548ndModule : $Header$
c79e39ad568d9af854765f64049534044ef6c034ndDescription : instance of the class Logic for OWL2
c79e39ad568d9af854765f64049534044ef6c034ndCopyright : (c) Christian Maeder, DFKI GmbH 2011
c79e39ad568d9af854765f64049534044ef6c034ndLicense : GPLv2 or higher, see LICENSE.txt
c79e39ad568d9af854765f64049534044ef6c034ndMaintainer : Christian.Maeder@dfki.de
c79e39ad568d9af854765f64049534044ef6c034ndStability : provisional
c79e39ad568d9af854765f64049534044ef6c034ndPortability : non-portable
module OWL2.Logic_OWL2 where
import Common.AS_Annotation
import Common.Doc
import Common.DocUtils
import Common.ProofTree
import Common.DefaultMorphism
import Common.Consistency
import Common.ProverTools
import ATC.ProofTree ()
import Logic.Logic
import OWL2.AS
import OWL2.MS
import OWL2.Theorem
import OWL2.Parse
import OWL2.ManchesterParser
import OWL2.ManchesterPrint
import OWL2.Symbols
import OWL2.Print ()
import OWL2.ATC_OWL2 ()
import OWL2.Sign
import OWL2.StaticAnalysis
import OWL2.Morphism
import OWL2.ProvePellet
import OWL2.ProveFact
import OWL2.Conservativity
import OWL2.ColimSign
import OWL2.Taxonomy
import OWL2.Sublogic
import OWL2.Rename
"OWL2 DL -- Web Ontology Language Description Logic http://wwww.w3c.org/"
(unsafeFileCheck "OWLFactProver.jar" hetsOWLenv factProver)
(unsafeFileCheck "OWLFact.jar" hetsOWLenv factConsChecker)