Hello RDFLibbers The SERVICE keyword and the ability to federate queries out to SPARQL endpoints is a really useful facility. https://www.w3.org/TR/sparql11-federated-query/
for example, to query dbpedia directly without first loading dbpedia into a local triple store (which may take some time) https://github.com/marqh/rdflib/commit/aef5726ef02347714be5e7f1e0c4342357c9d90f#diff-451124cf0deee65995d1c871aaf86d53 At present rdflib returns a NotImplemented Exception when a SERVICE clause is encountered. I am keen to implement this not implemented facet and see these capabilities provided within rdflib I have an issue open: https://github.com/RDFLib/rdflib/issues/769#issuecomment-344939011 and some recent work https://github.com/RDFLib/rdflib/issues/769#issuecomment-354282791 https://github.com/marqh/rdflib/pull/1 but I am lacking the skills and knowledge to get this working properly. Any offers of assistance from contributors to this group would be greatly appreciated. Words of encouragement for the provision of this functionality and its utility would also help. many thanks mark -- http://github.com/RDFLib --- You received this message because you are subscribed to the Google Groups "rdflib-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rdflib-dev/46fe1c79-cbf2-4405-9492-82603e75c30c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
