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

sparqlqc.1.4.benchmark.shi.Q13a Maven / Gradle / Ivy

PREFIX : 

SELECT ?x ?y WHERE 
{
  {
    { ?x a :UndergradStudent .  
      ?x :takesCourse ?y }
       UNION 
    { ?x a :GraduateStudent .
      ?x :takesCourse ?y 
    }
  } 
  ?y a :CsCourse .
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy