com.bigdata.rdf.sparql.ast.eval.blocking-buffer-740.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
prefix owl:
prefix dc:
prefix sys:
prefix base:
prefix skos:
prefix syapse:
prefix rdfs:
prefix rdf:
prefix xsd:
prefix sd:
SELECT $j__1 $S__COUNT
WITH {
SELECT *
WHERE {
?Sample_A rdf:type / rdfs:subClassOf * .
?Sample_A base:hasSubject ?Subject_B .
?Subject_B rdf:type / rdfs:subClassOf * .
?Sample_D rdf:type / rdfs:subClassOf * .
?Sample_D sys:uniqueId $j__4
FILTER( $j__4 = 'TS-7' )
?Sample_D rdf:type / rdfs:subClassOf * .
?Sample_D syapse:part? $j__2 .
$j__2 $j__3 ?Subject_B
}} AS %__MainQuery
WITH {
SELECT DISTINCT $j__1
WHERE {
OPTIONAL {
?Sample_A sys:name $j__1
}
INCLUDE %__MainQuery
}} AS %__FullQuery
WHERE {
{ SELECT (COUNT(*) AS $S__COUNT)
WHERE {
INCLUDE %__FullQuery
}
}
INCLUDE %__FullQuery
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy