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

xsparql.rdb.rdb20.xsparql Maven / Gradle / Ivy

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy