Welcome to the
Semantic Web Interest Group
scratchpad generated automatically from discussions on
IRC at
Freenode channel #swig 2001-2018 approx
by the chump bot.
chimezie: This library uses Sparta to bind results from evaluating a Versa query to python objects, which allows an RDF graph to be queried both via specific query syntax as well as through pythonic idiom chimezie: Sparta also allows the underlying RDF graph to be extended / modified through manipulation of the bound objects - which suggests a datastore/query language agnostic way of manipulating an RDF graph. chimezie: rdflib already has a very well architected, abstract API (Graph) for interacting with an arbitrary RDF graph. Sparta works directly with this API. Bridging the gap between all three components was trivial mostly due to the completeness of the API.
chimezie: Sparta also allows the underlying RDF graph to be extended / modified through manipulation of the bound objects - which suggests a datastore/query language agnostic way of manipulating an RDF graph.
chimezie: rdflib already has a very well architected, abstract API (Graph) for interacting with an arbitrary RDF graph. Sparta works directly with this API. Bridging the gap between all three components was trivial mostly due to the completeness of the API.