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

xsparql.testcases-dawg-sparql-1.1.negation.exists-01.xsparql Maven / Gradle / Ivy

The newest version!
prefix :    
prefix  rdf:    
# sparql 1.1

{for *
from  where
{
	$set a :set .
	filter exists {
		$set :member 9
	}
}

return 
 
	{$set}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy