Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

rdf-ext-archive/rdf-examples

Repository files navigation

rdf-examples

Different examples using modules which use RDFJS interfaces. Have a look at the examples or consult the documentation repository if you need a general introduction to the stack.

If you are looking for a specific example, please file an issue in this repository. Pull requests with additional examples are also very welcome.

How to run

Run in command line with Node.js

Most examples require Node.js. Once node.js is installed, you can run:

npm install
node --use-strict dataset-to-stream.js
node --use-strict fetch-dbpedia.js
# etc

Run in the browser

Some examples can be run in the web browser. Please have a look at the rdf-ext documentation about how to generate the necessary files.