All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsparql.testcases-dawg-sparql-1.1.functions.encode01.xsparql Maven / Gradle / Ivy

The newest version!
prefix : 
prefix xsd: 

{for $s $str (encode_for_uri($str) as $encoded) from  where {
	$s :str $str
}

return 
 
	{$str}
	{$s}
	{$encoded}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy