Details
-
Bug
-
Status: Done
-
Major
-
Resolution: Done
-
language 0.15.1
-
None
Description
When converting a combine archive the resulting .ro manifest may contain multiple apparently duplicate annotations with the same "about" and "content".
This is due to the CombineManifest code not checking for duplicates when examining metadata.rdf triples..
While not harmful, this is duplicate information.
Suggested quick-fix is to keep a Set<Pair<URI,URI> while populating the list of annotations.