Hi Guys, Just been running through the dbpedia bulk loader again and found a couple of things which need changed in the docs:
http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtBulkRDFLoaderExampleDbpedia "SQL> ld_dir('tmp', '*.*', 'http://dbpedia.org);" should be "SQL> ld_dir ('tmp', '*.*', 'http://dbpedia.org');" (missing ') http://dbpedia.org# should probably be: http://dbpedia.org (i hope) and the most important ones on the bulk loader script itself: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtBulkRDFLoaderScript has two missing semi-colons; after the following procedure defs create procedure rdf_read_dir (in path varcha... create procedure ld_ttlp_flags (in fname varcha... All the best, Nathan
