![JAR search and dependency download from the Maven repository](/logo.png)
sparqlqc.1.4.benchmark.rdfs.Q43b Maven / Gradle / Ivy
PREFIX :
SELECT ?x ?y WHERE
{
{ ?x a :UndergradStudent .
?x :takesCourse ?y .
?y a :CsCourse
}
UNION
{
?x a :GraduateStudent .
?x :takesCourse ?y
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy