rdf-ext-archive / rdf-examples

Examples for RDFJS Interfaces
4 stars 4 forks source link
javascript linkeddata rdf

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.