Identifying a particular object

I create a system which reads a distributed net of RDF files.

(As otherwise loading an additional RDF file may turn previously valid data contradictory) I do not merge information from several RDF files. This way an object (URL) is completely described in one RDF file. Thus two RDF files may have an object described by the same object URL and this is not a contradiction, but two different objects sharing the same URL.

Now I realized that if I need to refer to a particular object, I need two URLs: the object URL and also the URL of the RDF file.

If I want to refer to a particular object, should I use two URLs?

Or should I make it an error if two loaded RDF files have the same URL?

My software:

http://freesoft.portonvictor.org/namespaces.xml

The specification it follows:

https://en.wikiversity.org/wiki/Automatic_transformation_of_XML_namespaces

--
Victor Porton - http://portonvictor.org

Received on Friday, 17 October 2014 19:12:20 UTC