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

xsparql.testcases-dawg-sparql-1.1.bindings.inline2.xsparql Maven / Gradle / Ivy

The newest version!
# bindings with one element and one value in the object variable

prefix :  


{for $s $o
from  
where {
	{
		select * where {
			$s $p $o .
		}
		values ($o) { (:b) }
	}
}

return 
 
	{$s}
	{$o}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy