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

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