dbpedia / virtuoso-sparql-endpoint-quickstart

creates a docker image with Virtuoso preloaded with the latest DBpedia dataset
Other
120 stars 36 forks source link

docker for older version #9

Closed D063520 closed 7 years ago

D063520 commented 7 years ago

Hi,

I would like to set up an older DBpedia endpoint. I thought maybe the parameter

-b or --baseurl : Set the baseurl for fetching the data-id file [Default: http://downloads.dbpedia.org/2016-04/core-i18n/lang/2016-04_dataid_lang.ttl]

is useful for that, but the default value is not pointing anywhere. So the concrete question is, can I use the script to install Dbpedia say 2015-04 in english?

Thank you D063520

D063520 commented 7 years ago

Ok, I see. Maybe you can put: http://downloads.dbpedia.org/2016-04/core-i18n/{lang}/2016-04_dataid_lang.ttl

gone-phishing commented 7 years ago

Thanks @D063520 for pointing that out. I have updated the documentation accordingly :)