| java.lang.Object org.ontoware.rdf2go.util.SparqlUtil
SparqlUtil | public class SparqlUtil (Code) | | Helper for SPARQL encode/decode of strings
author: voelkel |
sparqlEncode | public static String sparqlEncode(String raw)(Code) | | Parameters: raw - prefix all ' and " with a \ |
sparqlRegExpEncode | public static String sparqlRegExpEncode(String raw)(Code) | | Parameters: raw - the string ready to be INCLUDED in a SPARQL REGEX, which isdefined in http://www.w3.org/TR/xpath-functions/#regex-syntax |
toSparqlLiteral | public static String toSparqlLiteral(String raw)(Code) | | "\"" + sparqlEncode(raw) +"\"" |
|
|