
sttl.turtlehtml.template.init.rq Maven / Gradle / Ivy
The newest version!
#
# defaut processing of a variable is st:apply-templates
#
# Olivier Corby, Wimmics Inria I3S, 2014
#
template st:profile(?in) {
}
where {}
function st:process(?in) {
if (isBlank(?in),
concat("",
st:apply-templates(?in), ""),
if (strstarts(st:turtle(?in), "<"), replace(st:turtle(?in), "<", "<"), st:turtle(?in))
)
}
function st:default(?in) {
st:turtle(?in)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy