Closed ghsnd closed 1 year ago
Hi @ghsnd , I made the property configurable. However, these another bug in the creation of the relations of timebased fragmentation, so it won't work as expected right now. Created a different ticket for that: https://github.com/Informatievlaanderen/VSDS-LDESServer4J/issues/368
At this moment
TimeBasedFragmentCreator
useshttp://www.w3.org/ns/prov#generatedAtTime
(PROV_GENERATED_AT_TIME
in the code) astree:path
when creating a relation between the completed fragment and the new one. This is certainly OK, but it's not the only option. Depending on the content of the LDES this could also be whatever indicates a timestamp, like e.g.sosa:resultTime
. So maybe this could become a configuration option?