com.bigdata.rdf.sparql.ast.eval.rto.LUBM-Q9.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
# LUBM Q9.
PREFIX ub:
#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:Student . # v0
?y a ub:Faculty . # v1
?z a ub:Course . # v2
?x ub:advisor ?y . # v3
?y ub:teacherOf ?z . # v4
?x ub:takesCourse ?z . # v5
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy