Should information be merged from several RDF files?

I work on this project:
http://freesoft.portonvictor.org/namespaces.xml

It involves downloading RDF files from the Web.

When a "bundle" (for lack of a better word), that is a set of related RDF triples, is incomplete it should be ignored.

My question, if a bundle is split into several different RDF files, and each part of it is incomplete, should it nevertheless not be ignored if the union of all parts of the bundle is complete?

A toy example (A, B1, B2, C be namespaces):

In one file:

<A> <B1> <C> .

In an other file:

<A> <B2> <C> .

If both B1 and B2 properties are required, should this information be ignored (as incomplete bundles)? or should the information from the two files be merged and thus considered complete?

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

Received on Saturday, 5 July 2014 15:08:30 UTC