sttl.jsonterm.literalstring.rq Maven / Gradle / Ivy
template {
"\"" us:escape(?in) "\""
}
where {
bind (st:getFocusNode() as ?in)
filter (datatype(?in) = xsd:string)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
template {
"\"" us:escape(?in) "\""
}
where {
bind (st:getFocusNode() as ?in)
filter (datatype(?in) = xsd:string)
}