com.bigdata.rdf.sparql.ast.eval.property-paths-7.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 rdf:
prefix rdfs:
SELECT ?A ?val ?type1 ?type2
WITH {
select ?A ?val ?type1 where {
?A .
?A rdf:value ?val .
optional { ?A rdf:type ?type1 } .
}
} as %ns1
WHERE {
include %ns1 .
?type1 rdfs:subClassOf * ?type2 .
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy