Hi Dimitris,

Performing the insert you provide, works for me against a Virtuoso develop/6 
open source github archive:

SQL> sparql INSERT DATA INTO <http://nl.dbpedia.org> { 
<http://nl.dbpedia.org/resource/Mokra_(Silezië)> 
<http://nl.dbpedia.org/property/gemeente> 
<http://nl.dbpedia.org/resource/Miedźno_(gemeente)> . } ;

Done. -- 41 msec.
SQL> sparql select * from <http://nl.dbpedia.org> where {?s ?p ?o};
s                                                                               
  p                                                                             
    o
VARCHAR                                                                         
  VARCHAR                                                                       
    LONG VARCHAR
_______________________________________________________________________________

http://nl.dbpedia.org/resource/Mokra_(Silezië)                                  
 http://nl.dbpedia.org/property/gemeente                                        
   http://nl.dbpedia.org/resource/Miedźno_(gemeente)

1 Rows. -- 0 msec.
SQL> 

BTW, It was good meeting you in Leipzig last week, I remember now when you 
submitted some updates for the Virtuoso DBpedia VAD when working on the Greek 
DBpedia chapter :)

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 16 Jan 2013, at 11:41, Dimitris Kontokostas <jimk...@gmail.com> wrote:

> Well... 
> the same happes with other characters too and not only in literals, but tin 
> IRIRefs as well
> http://www.w3.org/Submission/SPARQL-Update/#rIRI_REF
> 
> e.g. 'ź' / U+017A / LATIN SMALL LETTER Z WITH ACUTE / Latin Extended-A
> 
> INSERT DATA INTO <http://nl.dbpedia.org> {
> <http://nl.dbpedia.org/resource/Mokra_(Silezië)> 
> <http://nl.dbpedia.org/property/gemeente> 
> <http://nl.dbpedia.org/resource/Miedźno_(gemeente)> .
> } 
> 
> 
> 
> On Wed, Jan 16, 2013 at 12:15 AM, Dimitris Kontokostas <jimk...@gmail.com> 
> wrote:
> Hi,
> I have a problem to insert the following character [1] in an update query.
> According to the SPARUL Specs [2] I think that I should 
> but I am not 100% sure since I am doing the escaping myself
> 
> Anyway, I am using VOS 6.1.4 (Ubuntu 12.04) so this might be fixed already 
> I'll definitely upgrade my version but I also wanted to check if I need to 
> adjust my code too
> 
> Best,
> Dimitris
> 
> [1] U+2019 / RIGHT SINGLE QUOTATION MARK / SINGLE COMMA QUOTATION MARK
> [2] http://www.w3.org/Submission/SPARQL-Update/#rSTRING_LITERAL2
> 
> -- Example queries 
> INSERT DATA INTO <http://nl.dbpedia.org> {
>     <http://nl.dbpedia.org/resource/Lokalbanen_LINT> 
> <http://nl.dbpedia.org/property/asindeling> "B’2’B’"@nl .
> } 
> 
> INSERT DATA INTO <http://nl.dbpedia.org> {
>     <http://nl.dbpedia.org/resource/MÁV_5342> 
> <http://nl.dbpedia.org/property/asindeling> "Bo\'2’2\'2\'Bo\'"@nl .
> }
> 
> -- 
> Kontokostas Dimitris
> 
> 
> 
> -- 
> Kontokostas Dimitris
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_123012_______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to