Class ExtensibleContextStatement

All Implemented Interfaces:
Serializable, Statement, ExtensibleStatement

public class ExtensibleContextStatement extends ContextStatement implements ExtensibleStatement
See Also:
Serialized Form
  • Constructor Details

    • ExtensibleContextStatement

      public ExtensibleContextStatement(Resource subject, IRI predicate, Value object, Resource context, boolean inferred)
      Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
      Parameters:
      subject - The statement's subject, must not be null.
      predicate - The statement's predicate, must not be null.
      object - The statement's object, must not be null.
      context - The statement's context, null to indicate no context is associated.
  • Method Details