org.apache.stanbol.enhancer.servicesapi.helper
Interface RdfEntity

All Known Subinterfaces:
Enhancement, EntityAnnotation, TextAnnotation

public interface RdfEntity

Super interface for all interfaces using the RdfEntityFactory to create proxy objects.

Author:
Rupert Westenthaler

Method Summary
 org.apache.clerezza.rdf.core.NonLiteral getId()
          Getter for the RDF node represented by the proxy.
 

Method Detail

getId

org.apache.clerezza.rdf.core.NonLiteral getId()
Getter for the RDF node represented by the proxy.

Returns:
the node representing the proxy. Typically an UriRef but could be also a BNode


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.