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

xsparql.rdb.rdb18.xsparql Maven / Gradle / Ivy

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy