| Copyright | Heng Jiang Uni Bremen 2004-2007 |
|---|---|
| License | GPLv2 or higher, see LICENSE.txt |
| Maintainer | Christian.Maeder@dfki.de |
| Stability | provisional |
| Portability | non-portable |
| Safe Haskell | None |
OWL2.ParseOWL
Description
analyse OWL files by calling the external Java parser.
Synopsis
- parseOWL :: Bool -> FilePath -> ResultT IO (Map String String, [OntologyDocument])
- convertOWL :: FilePath -> String -> IO String
Documentation
Arguments
| :: Bool | Sets Option.quick |
| -> FilePath | local filepath or uri |
| -> ResultT IO (Map String String, [OntologyDocument]) | map: uri -> OntologyFile |
call for owl parser (env. variable $HETS_OWL_TOOLS muss be defined)
convertOWL :: FilePath -> String -> IO String Source #
converts owl file to desired syntax using owl-api