Posts tagged “SPARQL”

Escaping strings in SPARQL queries

July 06, 2011 – tagged SPARQL

Resources in the RDF framework are identified by URIs, i.e. strings like http://dbpedia.org/resource/Mathematics. When they contain special characters, some care needs to be taken, when querying, comparing, escaping etc. However, the essence of this post is that when you have a urlencoded string (i.e. one with percent signs in it), ...