Skip to content

Y-Digital/temp_fork_rdflib

 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 75.1%
  • HTML 19.2%
  • CSS 5.4%
  • JavaScript 0.3%