Copyright | (c) C. Maeder DFKI GmbH 2012 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
OWL2.MS2Ship
Description
convert ontology to SHIP syntax
Documentation
ppShipOnt :: OntologyDocument -> Doc Source #
frame2Boxes :: Frame -> Box Source #
classAnnFrame2Boxes :: Concept -> AnnFrameBit -> [TBox] Source #
classListFrame2Boxes :: Concept -> Maybe Relation -> ListFrameBit -> [TBox] Source #
opListFrame2Boxes :: Role -> Maybe Relation -> ListFrameBit -> [RBox] Source #
flatIntersection :: Concept -> [Concept] Source #
intersectConcepts :: [Concept] -> Concept Source #
indFrame2Boxes :: String -> FrameBit -> [ABox] Source #
indListFrame2Boxes :: String -> Maybe Relation -> ListFrameBit -> [ABox] Source #
miscFrame2Boxes :: FrameBit -> Box Source #
miscListFrame2Boxes :: Maybe Relation -> ListFrameBit -> Box Source #
ce2Concept :: ClassExpression -> Concept Source #