/yasqe-ldf

Query Link Data Fragments with YASQE

Primary LanguageJavaScript

##LDF query client with YASQE

A demo/experiment of querying a Linked Data Fragments server with the LDF browser client and the YASQE SPARQL query editor. See those projects for more details.

###Get started

  • clone this repository
  • cd into the cloned directory and `python -m SimpleHTTPServer'
  • visit http://localhost:8000/

###Notes

Will query DBPedia Linked Data Fragments by default.

To add

  • ability to stop a query
  • ability to switch fragment sources
  • set default namespaces
  • add example queries
  • ...