Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: Should fdp-o:startDate be an xsd:date, instead of xsd:dateTime? #566

Open
dennisvang opened this issue Jul 22, 2024 · 0 comments
Open

Comments

@dennisvang
Copy link
Contributor

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 and fdp-o:endDate must have Datatype xsd:date.

However, the reference implementation appears to use sh:datatype xsd:dateTime, although the corresponding dash:editor is a dash:DatePickerEditor (not a dash:DateTimePickerEditor):

sh:property [
sh:path fdp:startDate ;
sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
dash:editor dash:DatePickerEditor ;
dash:viewer dash:LiteralViewer ;
] , [
sh:path fdp:endDate ;
sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
dash:editor dash:DatePickerEditor ;
dash:viewer dash:LiteralViewer ;
] , [

Is this correct?

@dennisvang 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant