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

com.bigdata.rdf.sparql.ast.eval.property-paths-7.rq Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version

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