Hi Michel, The namespace for the classes & properties in a graph are not necessarily related to the base URI of the graph containing them. Use the same namespace and local name in various graphs for the same items (i.e. use exactly the same URI for the same junction everywhere) and when you combine data later the triples will be merged automatically. Simplest thing to do is just define a prefix for the namespace of the data and use the same prefix declaration in all your files regardless of the base URI of the graph containing the data.
Although this case is about data, just follow the same principle as when defining a class or property - separate the namespace from the base URI of the containing graph and always use the same URI for the same thing everywhere. Cheers, David UK +44 7788 561308 US +1 336 283 0606 > On 21 Feb 2018, at 10:14, Bohms, H.M. (Michel) <[email protected]> wrote: > > Does anyone know a (standard) mechanism to split a large RDF dataset in > smaller files (still belonging to the same name space!)? > We have a large national road registry that we want to split into a > file/module per road (#30). > Those files have overlap (like a junction valid for multiple roads so we do > not want to define 30 name spaces where we would have multiple IDs for the > same junction) > > Thx for any tip/idea, > Michel > > > > > > Dr. ir. H.M. (Michel) Böhms > Senior Data Scientist > > T +31888663107 > M +31630381220 > E [email protected] <mailto:[email protected]> > Location > <https://www.google.com/maps/place/TNO+-+Locatie+Delft+-+Stieltjesweg/@52.000788,4.3745183,17z/data=!3m1!4b1!4m5!3m4!1s0x47c5b58c52869997:0x56681566be3b8c88!8m2!3d52.000788!4d4.376707> > > > <http://www.tno.nl/> > This message may contain information that is not intended for you. If you are > not the addressee or if this message was sent to you by mistake, you are > requested to inform the sender and delete the message. TNO accepts no > liability for the content of this e-mail, for the manner in which you use it > and for damage of any kind resulting from the risks inherent to the > electronic transmission of messages. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "TopBraid Suite Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
