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

template.hturtle.rul Maven / Gradle / Ivy






\n"
  st:call-template-with(st:server, st:tail)
  
}
where {

}


]]>


















template st:main {
    
  if (?b, 
    st:call-template(st:result),
    st:apply-templates-with(st:turtlehtml))
  
}
where {
   bind (exists { ?rs a rs:ResultSet } as ?b)
}


]]>





Result"

"\n
\n"

  replace(st:prolog("@prefix"), "<", "<")
  
}
where {

}


]]>





 0)
  
}


]]>













template st:result {
  str(?res)
  ; separator = "\n\n"
}
where {
  ?rs rs:solution ?s 
  ?s rs:index ?i  
  ?s rs:binding [ rs:variable ?var ; rs:value ?val ]
    
  graph eng:dataset {
     bind (st:apply-templates-with(st:turtlehtml, ?val) as ?res)
  }
  
}
order by ?i ?var

]]>








© 2015 - 2025 Weber Informatics LLC | Privacy Policy