Skip to content

Javascript based viewer for remote SPARQL endpoint contents

Notifications You must be signed in to change notification settings

AKSW/Linked-Data-Viewer

Repository files navigation

Linked Data Viewer

Simple RDF/Linked Data Viewer for remote Jena Fuseki/SPARQL endpoints

Screenshot

Usage

docker run --rm \
  -p 8001:80 \
  -e STARTPAGE=yes \
  -e USE_CREDS=no \
  -e ENDPOINT_URL=http://localhost:8642/sparql \
  --init \
  aksw/ldv

To enable searching for source graphs of a statement (when using named graphs):

... \
  -e GRAPH_LOOKUP=yes \
...

If you have an existing deployment of Ontodia Graph Explorer that you want to link to:

... \
  -e EXPLORE_URL=http://localhost:8002/ \
...

Or in docker compose:

services:
  ldv:
    image: aksw/ldv
    init: true
    ports:
     - 8001:80
    environment:
     - ENDPOINT_URL=http://localhost:3030/geods
     - EXPLORE_URL=http://localhost:8002/

Now visit http://localhost:8001/?*

About

Javascript based viewer for remote SPARQL endpoint contents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published