SPARQLWrapper Logo
2.0.1a0

Basic steps

  • SPARQL Endpoint interface to Python
    • About
    • Installation & Distribution
    • How to use
      • Command Line Script
      • Python package
        • SELECT examples
        • ASK example
        • CONSTRUCT example
        • DESCRIBE example
        • SPARQL UPDATE example
        • SPARQLWrapper2 example
      • Return formats
        • Automatic conversion of the results
        • Partial interpretation of the results
        • GET or POST
    • SPARQL Endpoint Implementations
      • Introduction
      • ClioPatria
      • OpenLink Virtuoso
      • Fuseki
      • Eclipse RDF4J
      • RASQAL
      • Marklogic
      • AllegroGraph
      • 4store
      • Blazegraph
      • GraphDB
      • Stardog
      • Ontop
    • Development
      • Requirements
      • Source code
      • Community
      • Issues
      • Documentation
      • License
      • Acknowledgement

Python Package

  • SPARQLWrapper package
    • SPARQLWrapper.Wrapper module
    • SPARQLWrapper.SmartWrapper module
    • SPARQLWrapper.SPARQLExceptions module
    • SPARQLWrapper.KeyCaseInsensitiveDict module
  • ChangeLog
    • YYYY-MM-DD X.Y.Z
    • 2022-03-14 2.0.0
    • 2019-12-22 1.8.5
    • 2019-04-18 1.8.4
    • 2019-04-17 1.8.3
    • 2018-05-26 1.8.2
    • 2018-02-25 1.8.1
    • 2016-12-07 1.8.0
    • 2015-12-18 1.7.6
    • 2015-11-19 1.7.5
    • 2015-11-05 1.7.4
    • 2015-11-05 1.7.3
    • 2015-11-03 1.7.2
    • 2015-10-29 1.7.1
    • 2015-10-29 1.7.0
    • 2014-08-26 1.6.4
    • 2014-08-26 1.6.3
    • 2014-07-24 1.6.2
    • 2014-07-21 1.6.1
    • 2014-05-09 1.6.0
    • 2012-08-28 1.5.2
    • 2012-07-10 1.5.1
    • 2012-02-01 1.5.0
    • 2011-01-28 1.4.2
    • 2010-01-11 1.4.1
    • 2009-12-14 1.4.0
    • 2009-09-23 1.3.2
    • 2009-09-11 1.3.1
    • 2009-05-06 1.3.0
    • 2009-04-27 1.2.1
    • 2008-07-10 1.2.0
    • 2008-03-24 1.1.0
    • 2008-03-07 1.0.1
    • 2008-02-14 1.0.0
    • 2007-07-06 0.2.0
SPARQLWrapper
  • Overview: module code

All modules for which code is available

  • SPARQLWrapper.KeyCaseInsensitiveDict
  • SPARQLWrapper.SPARQLExceptions
  • SPARQLWrapper.SmartWrapper
  • SPARQLWrapper.Wrapper