Class CxtInf<X,​T>

  • Direct Known Subclasses:
    ApplyRDFS, MatchRDFS

    public class CxtInf<X,​T>
    extends java.lang.Object
    Class to help implementations of RDFS inference. Provides common constant terms and common accessor functions for triples/quads/tuples.
    • Field Detail

      • ANY

        public final X ANY
      • rdfType

        public final X rdfType
      • rdfsSubClassOf

        public final X rdfsSubClassOf
      • rdfsSubPropertyOf

        public final X rdfsSubPropertyOf
      • rdfsDomain

        public final X rdfsDomain
      • rdfsRange

        public final X rdfsRange
      • mapper

        public final MapperX<X,​T> mapper