pietercolpaert / Blue-Bike-to-Linked-GBFS

MIT License
2 stars 3 forks source link

ldes:timestampPath dct:created have a string literal instead of an xsd:dateTime literal #7

Open woutslabbinck opened 2 years ago

woutslabbinck commented 2 years ago

The members that are published in the history pages, e.g. https://www.pieter.pm/Blue-Bike-to-Linked-GBFS/history/20220325T142340.ttl, have a string literal as ldes:timestampPath.

However, it would make more sense to have a dateTime literal (such as xsd:dateTime) instead of a string literal.

Instead of having, <https://blue-bike.be/stations/103#2022-03-25T15:22:14> dct:created "2022-03-25T15:22:14" ;, the triple would then become: <https://blue-bike.be/stations/103#2022-03-25T15:22:14> dct:created "2022-03-25T15:22:14"xsd:dateTime ;.