Informatievlaanderen / VSDS-LDESServer4J

Linked Data Event Streams Server for Java
https://informatievlaanderen.github.io/VSDS-LDESServer4J
European Union Public License 1.2
10 stars 10 forks source link

path for time based fragmentation #272

Closed ghsnd closed 1 year ago

ghsnd commented 2 years ago

At this moment TimeBasedFragmentCreator uses http://www.w3.org/ns/prov#generatedAtTime (PROV_GENERATED_AT_TIME in the code) as tree: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?

WLefever-Cegeka commented 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