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

Generate event Schema #128

Open
loleg opened this issue May 5, 2021 · 1 comment
Open

Generate event Schema #128

loleg opened this issue May 5, 2021 · 1 comment

Comments

@loleg
Copy link

loleg commented May 5, 2021

We are big fans of schemas here in the data wrangler community. It would be nice if the website provided machine readable metadata according to a widely understood specification, i.e. schema.org/eventSchedule.

@loleg
Copy link
Author

loleg commented May 5, 2021

Example in JSON-LD for this year's event:

{
      "@context": "https://schema.org/",
      "@type": "Event",
      "url": "https://csvconf.com/",
      "name": "csv,conf,v6",
      "description": "A community conference for data makers everywhere",
      "duration": "P2D",
      "eventSchedule": {
         "@type": "Schedule",
         "startDate": "2021-05-04",
         "endDate": "2021-05-05",
         "startTime": "13:45",
         "endTime": "21:00",
         "scheduleTimezone": "Europe/London"
      }
}

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