sttl.datashape.result.index.rq Maven / Gradle / Ivy
prefix sh:
template st:index {
format {
"%s: %s
"
strafter(?s, sh:) ?c
}
}
where {
select ?s (count(*) as ?c) where {
graph st:visitor { ?x a sh:ValidationResult ; sh:resultSeverity ?s }
}
group by ?s
order by ?s
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy