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-Inferred

OWL2.Function

Description

Instances for some of the functions used in OWL 2

Synopsis

Documentation

class Function a where

this class contains general functions which operate on the ontology document, such as prefix renaming, IRI expansion or Morphism mapping

Methods

function :: Action -> AMap -> a -> a

data Action

Constructors

Rename 
Expand 

Instances

data AMap

Instances

maybeDo :: Function a => Action -> AMap -> Maybe a -> Maybe a

err :: t

mapAnnList :: EntityType -> Action -> AMap -> AnnotatedList IRI -> AnnotatedList IRI

only for IRI AnnotatedLists