This documentation explains that terms are the kinds of objects that can appear in quoted/asserted triples. Those that are part of core RDF concepts are: Blank Node, URI Reference and Literal, the latter consisting of a literal value and either a datatype or a language tag.
URL: http://rdflib.readthedocs.org/en/stable/rdf_terms.html
Keywords: Python, XML Schema Definition (XSD)
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P15M
- Understands blank nodes and their uses.
- Understands the use of datatypes and language tags with literals.
- 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 RDF programming libraries to persistently stores triples in memory, on disk, or to interact with triple stores.