Skip to content

usc-isi-i2/sparql-jsonld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparql-jsonld

Documentation

sparql-jsonld is to convert a SELECT SAPRQL query to a CONSTRUCT SAPRQL query based on a JSON frame, get results in nested JSON-LD.

Installation

  • git clone the repo
  • run cd sparql-jsonld
  • run pip install -r requirements.txt to install dependencies

Examples

See Example at examples/example.py

Web demo:

  • run cd webpage
  • run pip install -r requirements.txt
  • run python web.py and go to localhost:5000

Run Test Cases:

run python -m unittest discover

Releases

No releases published

Packages

No packages published