Class ClassesCache


  • public class ClassesCache
    extends Object
    An object that is used to cache subclasses of all classes mentioned in sh:class statements, for faster execution of sh:class checking, avoiding repeated traversal of the subClassOf hierarchy.
    Author:
    Holger Knublauch
    • Constructor Detail

      • ClassesCache

        public ClassesCache()
    • Method Detail

      • getPredicate

        public Predicate<org.apache.jena.rdf.model.Resource> getPredicate​(org.apache.jena.rdf.model.Resource cls)