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

xsparql.base.attribute-value02.xsparql Maven / Gradle / Ivy

The newest version!
prefix :  

{
for $aName $bName
from 
where { $a :knows $b. $b :name $bName. $a :name $aName }

return {$bName}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy