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

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

The newest version!
prefix  rdf:     
prefix  foaf:    


{for $person
from  where 
{
    $person rdf:type  foaf:person .
    filter exists { $person foaf:name $name }
}

return 
 
	{$person}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy