Skip to content

hvarg/RDFExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SPARQL visual query builder and RDF explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published