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

Method Summary
 RDFNode object()
           
 Resource predicate()
           
 Resource subject()
           
 
Methods inherited from interface org.w3c.rdf.model.Resource
getURI
 
Methods inherited from interface org.w3c.rdf.model.RDFNode
getLabel
 

Method Detail

subject

public Resource subject()
Returns:
subject of the triple

predicate

public Resource predicate()
Returns:
predicate of the triple

object

public RDFNode object()
Returns:
object of the triple