This documentation states that, "For RDF programming, RDFLib and Python may not execute the fastest, but we try hard to make it the fastest and most convenient way to write!" It contains a collection of hints and pointers for hassle free RDF-coding, including slicing graphs, SPARQL paths, and command-line tools.
URL: http://rdflib.readthedocs.org/en/stable/utilities.html
Keywords: Python, SPARQL, N-Triples, Property paths
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P5M
- Understands how components of the RDF data model (datasets, graphs, statements, and various types of node) are expressed in the RDF library of a given programming language by constructs such as object
- Understands how the pattern matching of SPARQL queries can be expressed using functionally equivalent constructs in RDF programming libraries.