All Projects → RDFLib → Rdflib Web

RDFLib / Rdflib Web

Licence: other
Two Flask web-apps for quickly setting up a SPARQL Endpoint or a LOD app for RDFLib

Programming Languages

python
139335 projects - #7 most used programming language

rdflib-web

Two RDFLib web-apps on top of the Flask web-microframework:

  • a SPARQL endpoint app implementing the SPARQL 1.0 Protocol
  • a Linked Open Data app for publishing resources as HTML pages

Each app is available as a commandline-script, or as a Flask Blueprint for embedding in your own application.

Documentation on ReadTheDocs: http://rdflib-web.readthedocs.org/en/latest/

Installation

Stable version:

   pip install rdflib-web

or most recent:

   pip install https://github.com/RDFLib/rdflib-web/archive/master.zip

Requirements

These are installed automatically if you install with pip

  • For the Web-apps: Flask, http://flask.pocoo.org/
  • (which in turn requires Jinja2 and Werkzeug)
  • For correct content-negotiation: mimeparse (fallback without conneg)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].