Re: [Virtuoso-users] error while loading RDF/XML data

2010-09-19 Thread Hugh Williams
Hi Sandeep, Is this error occurring in the client you are running the load command from, as I would expect this type of error to be logged in the virtuoso log file (virtuoso.log) ? Can you provide the exact output when running the command from the virtuoso "isql" command line interactive SQL pr

Re: [Virtuoso-users] Data from Crawler+Sponger doesn't go into Quad Store

2010-09-19 Thread Hugh Williams
Hi Parsa, What is the URL being crawled, have you tried using the sample URL in the documentation at: http://docs.openlinksw.com/virtuoso/htmlconductorbar.html#contentcrawlerrdf As this works for me so I would expect it to work for you also ? The "dav_delete" function can be used to r

Re: [Virtuoso-users] SPARQL over ODBC and a literal's languages and datatypes

2010-09-19 Thread Hugh Williams
Hi William, If pyodbc is the interface being used then it would need to be extended to support these calls. The ODBC SQLGetInfo(SQL_DBMS_NAME,...) function can be used to determine the database being connected to is Virtuoso: SQLGetInfo:

[Virtuoso-users] Data from Crawler+Sponger doesn't go into Quad Store

2010-09-19 Thread Parsa Ghaffari
I'm using the Crawler with "Ask for RDF", "Store content locally" and "Store metadata" all enabled. But after crawling is done, I get the data only in my user's DAV path (e.g. /DAV/home/dba/rdf_sink/) and not in the Quad Store. "select count(*) where {?s ?p ?o}" returns exactly the same number bef