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

Reply via email to