Class MinSeverityShapeFilter

  • All Implemented Interfaces:
    Predicate<SHShape>

    public class MinSeverityShapeFilter
    extends Object
    implements Predicate<SHShape>
    A Predicate that can be used to bypass any shapes that have less than a minimum severity, in the order of sh:Violation, sh:Warning and any other.
    Author:
    Holger Knublauch
    • Constructor Detail

      • MinSeverityShapeFilter

        public MinSeverityShapeFilter​(org.apache.jena.rdf.model.Resource minSeverity)