Hi,

I have a turtle file containing 1M statements that I'm trying to add into 
Virtuoso.
I'm using isql + SPARQL LOAD.
The LOAD step does not give any error, but my data is not loaded.

SQL> sparql load <http://localhost/~alex/data.rdf> ;
callret-0
VARCHAR
_______________________________________________________________________________

Load <http://localhost/~alex/data.rdf> into graph 
<http://localhost/~alex/data.rdf> -- done

1 Rows. -- 13151 msec.

SQL> sparql select count(?s) where { graph <http://localhost/~alex/data.rdf> { 
?s ?p ?o }} ;
callret-0
INTEGER
_______________________________________________________________________________

0

1 Rows. -- 1 msec.


Any hint ?

Thanks,

Alex.

--
Dr. Alexandre Passant
Digital Enterprise Research Institute
National University of Ireland, Galway
:me owl:sameAs <http://apassant.net/alex> .







Reply via email to