Package uk.ac.osswatch.simal.model.jena

Examples of uk.ac.osswatch.simal.model.jena.Resource


  public com.hp.hpl.jena.rdf.model.Resource getJenaResource(String uri) {
    return model.getResource(uri);
  }

  public IResource getResource(String uri) {
    return new Resource(model.getResource(uri));
  }
View Full Code Here

TOP

Related Classes of uk.ac.osswatch.simal.model.jena.Resource

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.