org.w3c.rdf.model
Interface Statement
- All Known Implementing Classes:
- StatementImpl
- public abstract interface Statement
- extends Resource
An RDF statement.
Statements must implement getURI()
according to a standard MD5-based algorithm.
- See Also:
DigestUtil
,
RDFDigestUtil
subject
public Resource subject()
throws ModelException
- Returns:
- subject of the triple
predicate
public Resource predicate()
throws ModelException
- Returns:
- predicate of the triple
object
public RDFNode object()
throws ModelException
- Returns:
- object of the triple