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

query.index.rq Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
template {
  st:number() " " ?p " : " ?v
}
where {
  graph eng:describe {
    [] kg:index 0 ; 
       kg:item [ rdf:predicate ?p ; rdf:value ?v ]     
  }
}
order by desc(?v) ?p




© 2015 - 2025 Weber Informatics LLC | Privacy Policy