package rdf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Mem.BGPSource

Sourcetype g = g
Sourcetype term
Sourceval term : g -> Term.term -> term
Sourceval compare : g -> term -> term -> int
Sourceval rdfterm : g -> term -> Term.term
Sourceval subjects : g -> term list
Sourceval objects : g -> term list
Sourceval find : ?sub:term -> ?pred:term -> ?obj:term -> g -> (term * term * term) list