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

sttl.sparql.d3selectviewer.rq Maven / Gradle / Ivy

prefix d3: 
template st:d3selectviewer {
    format {
        d3:frameselect.html
        ?id
        coalesce(xt:json(st:get(st:mappings)), "{ error: 'error when reading st:mappings'}")
    }
}
where {
    bind (substr(replace(rand(), "\\.", ""), 0, 5) as ?id)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy