lucmoreau / ProvToolbox

Java toolkit to create and convert W3C PROV data model representations, and build provenance-enabled applications in a variety of programming languages (java, python, typescript, javascript)
Other
75 stars 42 forks source link

round tripping for bundles #41

Closed lucmoreau closed 10 years ago

lucmoreau commented 11 years ago

RDF-converter does not export bundles properly, instead, as currently configured, sesame exports all bundles in a single one.

lucmoreau commented 11 years ago

round trip tests bundle1/bundle2 fail. It seems the exported bundles are not as expected. Statements that occur in the second bundle should be in the first, and other statements in the second seem to be missing.

lucmoreau commented 11 years ago

round trips from RoundTripFromJavaTest now seem to work fine. I don't understand why they fail in RoundTripFromRdfTest. Given that we are reading rdf twice, are we resetting the triple store in between?

lucmoreau commented 10 years ago

Obsolete issue. now closing.