Hi,
I have made a backup of dbpedia 3.3 for my own purposes based on 5.0.11 opensource. You basically have to put the files in the correct folders and configure the ini.
download here:
http://downloads.dbpedia.org/dbpedia_loaded_into_5.0.11_no_pagelinks_no_indices.tar.gz
For indices, I normally use those (first two lines are for bif:contains):

|vt_inc_index_db_dba_rdf_obj ();
rdf_obj_ft_rule_add('http://dbpedia.org', null, 'rule1');

||CREATE BITMAP index RDF_QUAD_POGS on DB.DBA.RDF_QUAD (P,O,G,S); CREATE BITMAP index RDF_QUAD_PSOG on DB.DBA.RDF_QUAD (P,S,O,G); CREATE BITMAP index RDF_QUAD_SOPG on DB.DBA.RDF_QUAD (S,O,P,G);

Remember, that I'm just another user, meaning I only have marginal insight into the workings of virtuoso.
Hope I could help,
Sebastian, AKSW
|

Hugh Williams schrieb:
Hi Alex,

I don't see many errors in the log files you provided. The only one of note in console-output.txt is:

Starting...
Logging into: load_nt.sh.log
=======================================
Loading started.
=======================================
File not found - *.nt.bz2
=======================================
 Final checkpoint.
=======================================

You indicate having included the actual dataset *.nt.bz2 file under the "data" dir, what is the location of this dir as it should be in the directory the dbpedia installer files where extracted to for the dataset to be located by the load_nt.sh script ?

Was any data DBpedia data loaded into the Virtuoso server you can check this by starting the server and connecting to it with the isql command line tool and running the query:

sparql select count(*) from <http://dbpedia.org> where {?s ?p ?o};

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support



On 6 Sep 2009, at 22:15, Alex wrote:

Hi Hugh,
It appears I spoke too soon… I created and started a database service successfully, which uses dbpedia.ini. I proceeded to run the dbpedia_install.sh script, along with all the appropriate files in the directory (including the actual dataset .nt.bz2 files under the ‘data’ dir), and got a response indicating many failures. I’ve attached the console output as well as (what I think are) the appropriate log files. Hopefully you can take a look at these and suggest what the source of the current problem is. Thanks,
Alex
<console-output.txt><dbpedia.log><dbpedia_install.sh.log><load_nt.sh.log>

------------------------------------------------------------------------

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
------------------------------------------------------------------------

_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


--
Dipl. Inf. Sebastian Hellmann
Department of Computer Science, University of Leipzig
Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann
Research Group: http://aksw.org


Reply via email to