Package org.librdf.redland

Examples of org.librdf.redland.URI


 
  public URI getURI()
    {
      long uri_object=core.librdf_node_get_uri(this.object);
      return new URI(this.world, uri_object);
    }
View Full Code Here

TOP

Related Classes of org.librdf.redland.URI

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.