org.w3c.rdf.model
Interface Resource

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

public abstract 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()
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:
org.w3c.rdf.model.Triple, org.w3c.rdf.model.RDFModel