Skip to content

parsers

Module for builtin RDF parser

All builtin RDF parser available in RDFLib Graphs method parse are listed here.

Registration of builtin and external plugins is described in rdflib.plugin.

Modules:

  • RDFVOC
  • hext

    This is a rdflib plugin for parsing Hextuple files, which are Newline-Delimited JSON

  • jsonld

    This parser will interpret a JSON-LD document as an RDF Graph. See http://json-ld.org/

  • notation3

    notation3.py - Standalone Notation3 Parser

  • nquads

    This is a rdflib plugin for parsing NQuad files into Conjunctive

  • ntriples

    N-Triples Parser

  • patch
  • rdfxml

    An RDF/XML parser for RDFLib

  • trig
  • trix

    A TriX parser for RDFLib