__init__.py 498 B

123456789101112131415
  1. __doc__ = """
  2. Model for RDF entities: Term, Triple, Graph.
  3. Members of this package are the core building blocks of the Lakesuperior RDF
  4. model. They are C extensions mostly used in higher layers of the application,
  5. but some of them also have a public Python API to allow efficient manipulation
  6. of large RDF datasets.
  7. See individual modules for detailed documentation:
  8. - :py:mod:`lakesuperior.model.rdf.term`
  9. - :py:mod:`lakesuperior.model.rdf.triple`
  10. - :py:mod:`lakesuperior.model.rdf.graph`
  11. """