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, toString
BigdataResource getSubject()
getSubject
in interface org.openrdf.model.Statement
BigdataURI getPredicate()
getPredicate
in interface org.openrdf.model.Statement
BigdataValue getObject()
getObject
in interface org.openrdf.model.Statement
BigdataResource getContext()
getContext
in interface org.openrdf.model.Statement
boolean 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 ISPO
boolean isExplicit()
true
if the statement is an explicit assertion.isExplicit
in interface ISPO
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.