From: Julien P. <plu...@gm...> - 2014-10-20 12:47:41
|
Hi all, Each that I try to make a SPARQL INSERT through my dotnet application I have this error : Error : 20/10/2014 14:24:10 : Error on SPARQL insert | INSERT IN GRAPH < http://data.linkedevents.org/lastfm/> {< http://data.linkedevents.org/agent/60f13cb8-004f-498d-9e8e-0c5b6331c92d> < http://www.w3.org/1999/02/22-rdf-syntax-ns#type> < http://xmlns.com/foaf/0.1/Agent> . <http://data.linkedevents.org/agent/60f13cb8-004f-498d-9e8e-0c5b6331c92d> < http://www.w3.org/2000/01/rdf-schema#label> "Fl��vio Vajman"@sk . <http://data.linkedevents.org/agent/60f13cb8-004f-498d-9e8e-0c5b6331c92d> < http://www.w3.org/2002/07/owl#sameAs> <http://www.last.fm> . <http://data.linkedevents.org/agent/60f13cb8-004f-498d-9e8e-0c5b6331c92d> < http://purl.org/dc/elements/1.1/publisher> <http://www.last.fm> . <http://data.linkedevents.org/agent/60f13cb8-004f-498d-9e8e-0c5b6331c92d> < http://purl.org/dc/elements/1.1/issued> "2014-10-20T14:24:10"^^< http://www.w3.org/2001/XMLSchema#dateTime> . } Virtuoso Error: SQL_ERROR SQLSTATE: RDFXX Message: [Virtuoso .NET Data Provider][Virtuoso Server]Language is specified for typed literal in DB.DBA.RDF_MAKE_LONG_OF_TYPEDSQLVAL() But if I execute the query directly into the isql-v command prompt of Virtuoso there is no problem. So I'm asking me if it come from Virtuoso or from dotnetRDF lib. I execute my application with mono 3.2.3 on a Fedora OS and my Virtuos is the 7.1 stable. The application works without any problem on Windows 7 with the same version of Virtuoso and mono. The version of dotnetRDF is 1.0.6 with dotnet framework 4.0. Thanks in advance. -- Julien Plu PhD Student at Eurecom. Personal webpage: http://jplu.developpez.com FOAF file : http://jplu.developpez.com/julien Email address : jul...@eu... && *plu...@gm... <plu...@gm...>* Phone : +33493008103 Twitter : @julienplu |