Semantic Web Flask - for local SPARQL querying #1743
ghost
started this conversation in
Show and tell
Replies: 1 comment
-
Looks nice, it reminds me of https://github.com/nareike/adhs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Semantic Web Flask
This application is for local querying of RDF data. You can drop your files into the "rdf" directory, run the application, open up a browser and SPARQL query your data.
Requirements are all Python3.4+ and can be installed with pipenv. If you don't have pipenv yet, install that first. The last command here activates your virtual environment. The top-level dependencies are Flask, Flask-WTF, Flask-Bootstrap, BeautifulSoup4, RDFLib and requests.
Beta Was this translation helpful? Give feedback.
All reactions