org.w3c.rdf.model
Interface Resource

All Superinterfaces:
RDFNode
All Known Subinterfaces:
Model, SetModel, Statement, VirtualModel
All Known Implementing Classes:
ResourceImpl

public interface Resource
extends RDFNode

An RDF resource


Method Summary
 java.lang.String getURI()
          Returns the URI of the resource.
 
Methods inherited from interface org.w3c.rdf.model.RDFNode
getLabel
 

Method Detail

getURI

public java.lang.String getURI()
                        throws ModelException
Returns the URI of the resource. Triples and models must implement this method in a standard way.
Returns:
the URI of the resource
See Also:
Statement, Model