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

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

The newest version!
prefix : 

{for $s (strlang(str($str),"en-us") as $s2) from  where {
	$s :str $str
	filter(langmatches(lang($str), "en"))
}

return 
 
	{$s2}
	{$s}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy