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

Only dates are stored for events - the information on time for endDate and startDate is lost #162

Closed
cyberandy opened this issue Nov 11, 2015 · 2 comments
Assignees
Milestone

Comments

@cyberandy
Copy link
Member

When editing an entity type event the controller allows me to store date and time for the properties endDate and startDate.
When this information is published though the time is lost:
on Redlink
image

on the microdata
image

@cyberandy cyberandy added the bug label Nov 11, 2015
@cyberandy cyberandy added this to the 3.1 milestone Nov 11, 2015
@ziodave ziodave self-assigned this Nov 11, 2015
@ziodave
Copy link
Member

ziodave commented Nov 11, 2015

The issue is that the in the SPARQL query an xsd:date data type is used:

<http://data.redlink.io/91/be2/entity/jane_doe> <http://schema.org/startDate> "2015-11-01T14:35:00Z"^^xsd:date . <http://data.redlink.io/91/be2/entity/jane_doe> <http://schema.org/endDate> "2015-11-02T14:35:00Z"^^xsd:date .

@pieroit
Copy link
Contributor

pieroit commented Nov 13, 2015

verified on both WL microdata and Redlink

@ziodave ziodave closed this as completed Nov 13, 2015
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

3 participants