This documentation discusses the several short-cuts which RDFLib provides for working with many URIs in the same namespace. The namespace module defines many common namespaces such as RDF, RDFS, OWL, FOAF, SKOS. Also discusses using namespaces in SPARQL queries.
URL: http://rdflib.readthedocs.org/en/stable/namespaces_and_bindings.html
Keywords: Python, Namespaces, SPARQL
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P10M
- Programatically associates namespaces to prefixes for use in serializing RDF or when parsing SPARQL queries.
- Uses RDF-library-specific convenience representations for common RDF vocabularies such as RDF, Dublin Core, and SKOS.
- Uses RDF-specific programming methods to query RDF data and save the results for further processing.