public interface BigdataStatement extends org.openrdf.model.Statement, ISPO
| Modifier and Type | Method and Description |
|---|---|
BigdataResource |
getContext()
Specialized return type.
|
BigdataValue |
getObject()
Specialized return type.
|
BigdataURI |
getPredicate()
Specialized return type.
|
BigdataResource |
getSubject()
Specialized return type.
|
boolean |
isAxiom()
true if the statement is an axiom that is not present as
an explicit assertion. |
boolean |
isExplicit()
true if the statement is an explicit assertion. |
boolean |
isInferred()
true if the statement is an inference that is not present
as an explicit assertion or an axiom. |
c, get, getModified, getStatementIdentifier, getStatementType, getUserFlag, hasStatementIdentifier, hasStatementType, isFullyBound, isModified, isOverride, o, p, s, setModified, setOverride, setStatementType, setUserFlag, toStringBigdataResource getSubject()
getSubject in interface org.openrdf.model.StatementBigdataURI getPredicate()
getPredicate in interface org.openrdf.model.StatementBigdataValue getObject()
getObject in interface org.openrdf.model.StatementBigdataResource getContext()
getContext in interface org.openrdf.model.Statementboolean isAxiom()
true if the statement is an axiom that is not present as
an explicit assertion.boolean isInferred()
true if the statement is an inference that is not present
as an explicit assertion or an axiom.isInferred in interface ISPOboolean isExplicit()
true if the statement is an explicit assertion.isExplicit in interface ISPOCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.