rubensworks / rdf-dereference.js

Dereference any URL for its RDF contents
MIT License
33 stars 4 forks source link

Work on local files with relative paths #7

Closed RubenVerborgh closed 4 years ago

RubenVerborgh commented 4 years ago

I'd like to pass the CLI interace a (possibly relative) path to a local HTML or RDF file.

rubensworks commented 4 years ago

Sure, should be possible to add.

Note to self: add @comunica/actor-rdf-dereference-file to config. Also, the API should only allow local file dereferencing when a certain flag is enabled.

rubensworks commented 4 years ago

Added in 1.4.0.

Things like this are now possible:

$ rdf-dereference ~/Downloads/data/dbpedia-1000.jsonld
RubenVerborgh commented 4 years ago

👌 thank you