dbpedia-docs
dbpedia-docs copied to clipboard
A tutorial about DBpedia and Linked Data in general
When I ran the download script for geonames, I got two warnings from the `rapper` tool: ``` rapper: Error - URI file:1 - Using an element 'Feature' without a namespace...
There should be a single place of configuration for the virtuoso credentials, which all scripts adhere to.
The query used `scripts / virtuoso / load_data.sql` to spot errors during the loading of the datasets seems to be at least incomplete: ``` sql select * from DB.DBA.load_list where...
Regardless which dataset should be provided using the scripts, there are a couple of invariants: - dataset source files need to be obtained from a server - dataset files have...
It would be nice if the client could request different desired compilations of DBpedia datasets for download. Most important might be: - all datasets of the Englisch Wikipedia (already implemented)...
Some scripts like `scripts / download / other / geonames_download.sh` rely on being executed in the directory where they reside, which is inconvenient if one intends to download the datasets...
- re-compression should be performed by piping the uncompressed data stream from the bzip decompressor directly into gzip, something along the lines of: ``` bash for a in *.bz2; do...