Hi to all,
I have a single store and two named models opened on top of it, say
model1 and model2. When reading data using
model1.read(...,BASE1)
model2.read(...,BASE2)
the second command fails with
ERROR: duplicate key value violates unique constraint "prefixes_pk"
INSERT INTO Prefixes
VALUES (':', NSOFTHESECOND)
I understand, that a single prefix should not be set to different
mapping within a single SDB store.
My question is - is there a possibility to throw away all prefix
information from the RDF/XMLs and to load the documents with no (or
artifically generated) prefixes, such that the above error disappears
?
Thanks,
Petr