SPARQL visual query builder and RDF explorer
Clone the repository, then:
> npm install
> npm start
Master branch its configured to work with wikidata. Live demo: RDFExplorer.org
DBpedia branch its configured to work with dbpedia
Master branch is configured to work with wikidata endpoint, as they use an API to get labels this branch is configured with that custom behavior. If you want to check how to extend this project I suggest to look into this branch.
DBpedia branch is configured to work with any SPARQL endpoint, setted to the dbpedia enpoint in this branch. If you want to configure a new endpoint, I suggest using this branch as base.
General config file: RDFExplorer/public/scripts/services/settings.js
To change the query execution behavior check: RDFExplorer/public/scripts/services/property-graph.js
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.