You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a bug or if I'm just missing something:
According to the FDP spec, fdp-o:startDate and fdp-o:endDate must have Datatype xsd:date.
However, the reference implementation appears to use sh:datatype xsd:dateTime, although the corresponding dash:editoris a dash:DatePickerEditor (not a dash:DateTimePickerEditor):
The text was updated successfully, but these errors were encountered:
dennisvang
changed the title
... ?
Q: Should fdp-o:startDate (and fdp-o:endDate) be an xsd:date, instead of xsd:dateTime?
Jul 22, 2024
dennisvang
changed the title
Q: Should fdp-o:startDate (and fdp-o:endDate) be an xsd:date, instead of xsd:dateTime?
Q: Should fdp-o:startDate be an xsd:date, instead of xsd:dateTime?
Jul 22, 2024
What is your question?
Not sure if this is a bug or if I'm just missing something:
According to the FDP spec,
fdp-o:startDate
andfdp-o:endDate
must have Datatypexsd:date
.However, the reference implementation appears to use
sh:datatype xsd:dateTime
, although the correspondingdash:editor
is adash:DatePickerEditor
(not adash:DateTimePickerEditor
):FAIRDataPoint/src/main/resources/org/fairdatapoint/service/reset/shape-fdp.ttl
Lines 10 to 22 in 1e33bfd
Is this correct?
The text was updated successfully, but these errors were encountered: