Documentation explaining that an RDF Graph is a set of RDF triples, which RDFLib mirrors with a graph emulating a container type. Also contains a list of all convenience methods for querying Graphs.
URL: http://rdflib.readthedocs.org/en/stable/intro_to_graphs.html
Keywords: Python
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P15M
Interactivity type: expositive
- 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
- Uses utilities and convenience functions the provide shortcuts for frequently used patterns, such as matching the multiple label properties used in real data.