Hi,

I wonder if someone can offer some advice on the following topics.

Firstly regarding typed literal compliance - Do the following typed
literals appear to be correct in terms of their format?

INSERT DATA { <http://someURI> <http://someURI/hasDateTime>
"2013-08-11T16:35:33+0100"^^<http://www.w3.org/2001/XMLSchema#dateTime> }


INSERT DATA { <http://someURI> <http://someURI/Longitude> "-0.18237161"^^<
http://www.w3.org/2001/XMLSchema#Long> }

INSERT DATA { <http://someURI> <http://someURI/Latitude> "51.5049832"^^<
http://www.w3.org/2001/XMLSchema#Long> }

Secondly, regarding special characters encountered during the insertion of
a string literal:

INSERT DATA { <http://someURI> <http://someURI/hasText> "How to deal with a
quotation" in the middle of a string"}

Can anyone offer some advice as to how I can deal with this issue (whilst
preserving the extra quotation mark), and also any other special characters
that may cause the insert to fail?

Many Thanks as always.

Reply via email to