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

com.bigdata.rdf.sparql.ast.eval.rto.LUBM-Q2.rq Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
# LUBM Q2.
PREFIX ub: 
PREFIX rdf: 
#SELECT ?x ?y ?z
SELECT (COUNT(*) as ?count)
WHERE{

  # Control all RTO parameters for repeatable behavior.
  hint:Group hint:optimizer "Runtime".
  hint:Group hint:RTO-sampleType "DENSE".
  hint:Group hint:RTO-limit "100".
  hint:Group hint:RTO-nedges "1".

  ?x a ub:GraduateStudent .
  ?y a ub:University .
  ?z a ub:Department .
  ?x ub:memberOf ?z .
  ?z ub:subOrganizationOf ?y .
  ?x ub:undergraduateDegreeFrom ?y
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy