Class ConstRDFS


  • public class ConstRDFS
    extends java.lang.Object
    Constants relating to RDFS inference.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstRDFS()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ANY

        public static final Node ANY
      • rdfType

        public static final Node rdfType
      • rdfsRange

        public static final Node rdfsRange
      • rdfsDomain

        public static final Node rdfsDomain
      • rdfsSubClassOf

        public static final Node rdfsSubClassOf
      • rdfsSubPropertyOf

        public static final Node rdfsSubPropertyOf
      • filterRDFS

        public static java.util.function.Predicate<Triple> filterRDFS
        Predicate that accepts rdfs:domain, rdfs:range, rdfs:subClassOf and rdfs:subPropertyOf
      • filterNotRDFS

        public static java.util.function.Predicate<Triple> filterNotRDFS
        Predicate that rejects rdfs:domain, rdfs:range, rdfs:subClassOf and rdfs:subPropertyOf
    • Constructor Detail

      • ConstRDFS

        public ConstRDFS()