Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper81 authored Jul 23, 2024
1 parent 4c68686 commit 3cb854c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ LD Explorer is a UI that allows users to explore and experiment with linked data

- Add data sources in many RDF formats, including JSON-LD, RDFa and Turtle.
- Add local data sources by pasting data directly into the browser.
- Use pre-build SPARQL queries to explore common data features such as object classes and instances.
- Use pre-build SPARQL queries to explore common data features such as classes and instances.
- Add remote data sources, including from SPARQL and Linked Data Fragments endpoints.
- Run federated SPARQL queries across all active data sources.
- Persist SPARQL `CONTRUCT` queries back into local data sources.

Note that there is no server component to LD Explorer - all interactions are read-only and happen in the browser, with any data source information persisting in memory only. Closing the browser or refreshing the page will reset LD Explorer back to an empty state.

## Local Development

If you want to run this project locally on your own machine, you will need a development environment which includes _NPM/NodeJS_ - at least version 18.15 but ideally the [latest Node LTS](https://nodejs.org/en).
Expand Down

0 comments on commit 3cb854c

Please sign in to comment.