| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Data.RDF.PatriciaTreeGraph
Contents
Documentation
newtype PatriciaTreeGraph Source #
Constructors
| PatriciaTreeGraph (Gr Node Node, IntMap Node, Maybe BaseUrl, PrefixMappings) |
Instances
data AutoIncrMap Source #
insertIncr :: Node -> AutoIncrMap -> (Int, AutoIncrMap) Source #
mkRdf' :: Triples -> Maybe BaseUrl -> PrefixMappings -> PatriciaTreeGraph Source #
select' :: PatriciaTreeGraph -> NodeSelector -> NodeSelector -> NodeSelector -> Triples Source #