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

sttl.jsonld-light.prefix.rq Maven / Gradle / Ivy

template st:prefix {

 st:nl()
 
 "\"" str(?p) "\": \""  str(?n) "\""  

 ; separator = ","
 
}
where {
  bind (unnest(st:prefix()) as (?p, ?n))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy