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

xsparql.testcases-dawg.data-r2.optional.dawg-optional-001.xsparql Maven / Gradle / Ivy

The newest version!
prefix  foaf:   


{for $mbox $name
   from  where{
     $x foaf:mbox $mbox .
     optional { $x foaf:name  $name } .
   }

return 
 
	{$name}
	{$mbox}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy