Class UnboundStatement

    • Field Detail

      • pred

        protected final IRI pred
      • obj

        protected final Value obj
    • Constructor Detail

      • UnboundStatement

        public UnboundStatement​(Resource subj,
                                IRI pred,
                                Value obj)
    • Method Detail

      • getContext

        public Resource getContext()
        Description copied from interface: Statement
        Gets the context of this statement.
        Specified by:
        getContext in interface Statement
        Returns:
        The statement's context, or null in case of the null context or if not applicable.
      • getObject

        public Value getObject()
        Description copied from interface: Statement
        Gets the object of this statement.
        Specified by:
        getObject in interface Statement
        Returns:
        The statement's object.
      • getPredicate

        public IRI getPredicate()
        Description copied from interface: Statement
        Gets the predicate of this statement.
        Specified by:
        getPredicate in interface Statement
        Returns:
        The statement's predicate.
      • getSubject

        public Resource getSubject()
        Description copied from interface: Statement
        Gets the subject of this statement.
        Specified by:
        getSubject in interface Statement
        Returns:
        The statement's subject.