sttl.datashape.result.shape.rq Maven / Gradle / Ivy
prefix sh:
template st:shape {
format {
"Validation Result: %s
"
?c
}
}
where {
{select (count(*) as ?c) where {
graph st:visitor { ?x a sh:ValidationResult }
}}
filter (?c > 0)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy