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

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