Skip to content

pietercolpaert/rdf-connect-test1

 
 

Repository files navigation

Experiments with RDF Connect

The goal is to write a processor that can take in an LDES, and process it into something else.

Install

npm install

Building it

You need to have typescript installed. Then run

tsc

This will transpile index.ts into index.js

Running it

An example pipeline is provided in fetch.ttl. Run it using the js-runner

npx @rdfc/js-runner fetch.ttl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 57.6%
  • TypeScript 42.4%