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

xsparql.rdb.rdb22.xsparql Maven / Gradle / Ivy

The newest version!
{
for * from student s, address a
where s.id = a.student
return 
        {$s.id}
        {$s.name}
        
{$a.address}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy