URI of an RDF resource in Jena model
问题 While I create resources in the model and print the URI, I get the correct namespace. For instance, the URI is http://www.somesite1.com/rdfdump/resources/resourceid-1 However, when I export the resources to an RDF file (link to the file) and I import it, I get the resource URI pointing to the physical location of the file in the disk such as file:///D:/somefolder/resources/resourceid-1 I am using com.hp.hpl.jena.rdf.model.Model in conjunction with com.hp.hpl.jena.ontology.OntModel . The RDF