__init__.py 268 B

12345678
  1. """Module for builtin RDF parser
  2. All builtin [RDF parser][rdflib.parser.Parser] available
  3. in [RDFLib Graphs method `parse`][rdflib.graph.Graph.parse] are listed here.
  4. Registration of builtin and external plugins
  5. is described in [`rdflib.plugin`][rdflib.plugin].
  6. """