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

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

The newest version!
prefix  foaf:   

{for $person $nick $page $img $name $firstn
from  where{ 
    $person foaf:nick $nick
    optional { $person foaf:isprimarytopicof $page } 
    optional { 
        $person foaf:name $name 
        { $person foaf:depiction $img } union 
        { $person foaf:firstname $firstn } 
    } filter ( bound($page) || bound($img) || bound($firstn) ) 
} 
return 
 
	{$firstn}
	{$person}
	{$nick}
	{$page}
	{$name}
	{$img}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy