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

sttl.sparql.tablecons.rq Maven / Gradle / Ivy

The newest version!
template st:tablecons {
format {
  """
  
  %s
  %s%s%s%s%s
  
  """
  
  st:number()
  st:call-template(st:show,    ?x)
  st:display(?x) 
  st:display(?p) 
  st:display(?y) 
  st:call-template(st:show,    ?y)
}
}
where {
  ?x ?p ?y
  bind (st:get(st:uri) as ?uri)
  filter (if (bound(?uri), ?uri in (?x, ?p, ?y), true))
}
order by ?x ?p ?y






© 2015 - 2025 Weber Informatics LLC | Privacy Policy