list2dereference
v1.2.2
Published
Export vhost command for dereferencing in Virtuoso from a list.
Downloads
12
Readme
List2Dereference
Export vhost command for dereferencing in Virtuoso from a list.
Run with:
npx list2dereference config.yml
The config file includes the following fields:
host: data.silknow.org # required
port: 8873 # default 8889
admin: [email protected] # default [email protected]
triplestore: virtuoso # or graphdb
apache_conf: source.conf # if you want to customise the apache conf
list: # default []
- vocabulary
- document
The output consists of:
- the Apache vhost configuration
- a SQL script (only for Virtuoso)
- a bash script (only for GraphDB)