com.bigdata.rdf.sparql.ast.eval.rto.BSBM-Q2.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
# BSBM Q2 on pc100.
PREFIX bsbm-inst:
PREFIX bsbm:
PREFIX rdfs:
PREFIX dc:
SELECT (COUNT(*) as ?count)
#SELECT ?label ?comment ?producer ?productFeature ?propertyTextual1 ?propertyTextual2 ?propertyTextual3
# ?propertyNumeric1 ?propertyNumeric2 ?propertyTextual4 ?propertyTextual5 ?propertyNumeric4
WHERE {
# Control all RTO parameters for repeatable behavior.
hint:Query hint:optimizer "Runtime".
hint:Query hint:RTO-sampleType "DENSE".
hint:Query hint:RTO-limit "100".
hint:Query hint:RTO-nedges "1".
rdfs:label ?label .
rdfs:comment ?comment .
bsbm:producer ?p .
?p rdfs:label ?producer .
dc:publisher ?p .
bsbm:productFeature ?f .
?f rdfs:label ?productFeature .
bsbm:productPropertyTextual1 ?propertyTextual1 .
bsbm:productPropertyTextual2 ?propertyTextual2 .
bsbm:productPropertyTextual3 ?propertyTextual3 .
bsbm:productPropertyNumeric1 ?propertyNumeric1 .
bsbm:productPropertyNumeric2 ?propertyNumeric2 .
OPTIONAL { bsbm:productPropertyTextual4 ?propertyTextual4 }
OPTIONAL { bsbm:productPropertyTextual5 ?propertyTextual5 }
OPTIONAL { bsbm:productPropertyNumeric4 ?propertyNumeric4 }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy