Joseki/rdflib Library ===================== Andy Seaborne Joseki is a web server that allows queries to be made on the RDF models it hosts. Query languages include RDQL, "fetch" (gets RDF data object subgraphs) and "triples", a really simple language. See the Joseki web site for details. Other languages can be added to a server. This package is a client library for Joseki that integrates with rdflib , a Python/RDF toolkit. Some examples of use are given.