This documentation explains how to install RDFLib, an open source library for working with RDF using Python. It explains that the primary interface that RDFLib exposes for working with RDF is a Graph. RDFLib graphs are not sorted containers; they have ordinary set operations (e.g. add() to add a triple) plus methods that search triples and return them in arbitrary order. RDFLib graphs also redefine certain built-in Python methods in order to behave in a predictable way.

URL: http://rdflib.readthedocs.org/en/stable/gettingstarted.html
Keywords: Python
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P15M

  • Competencies