Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.44 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.44 KB

RDFExplorer

SPARQL visual query builder and RDF explorer

Installation

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

Custom configuration

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

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.