Hi,

I have problems loading RDF data into the quad store (Virtuoso open 
version v7.1.0 estable release). It only loads the data partially and i 
don't understand what is going wrong. To load the data i am using the 
following function and settings:

DB.DBA.TTLP_MT(file_to_string_output('/usr/local/virtuoso-data/*.ttl'),'','http://example.org',0,2,2);


I load data into the store several times without problems with the same 
function and settings and this is the first time that this occurs. The 
difference is that yesterday i removed selected graphs with:

sparql delete {graph ?g {?s ?p ?o}} where {graph ?g  {?s ?p ?o. filter 
regex(?g, "iri-pattern"). }};

and

sparql drop graph named;

I suspect that i deleted something important for the correct performance 
of the store system...
Could you shed light on my problem? Many thanks in advance!


Best,
Núria

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to