Replies: 2 comments 3 replies
-
|
I'm still relatively new to the schema vocabulary, but I'd imagine that what you are looking for is DayofWeek and specifically PublicHolidays? |
Beta Was this translation helpful? Give feedback.
-
|
@BigglesZX Why do you think it would be "invalid"? Is someone or some system telling you that use case is "invalid"? Your use case explained sounds exactly like why we created the Event type to begin with. The location property is entirely optional. In the Schema.org vocabulary, all properties are optional, use 1 or many as you need. Also, we have added VirtualLocation to help during these pandemic times. If your scenario is more like an Observance (Religious, Work Office, Team, whatever) we don't directly have that type. So for now you can use Event or EventSeries and multi-type or additionalType if need be, against whatever other vocabulary you want to use, such as Wikidata. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly I hope this is the right place to put forward this question. If it's not, my apologies.
I administer an educational site that includes a calendar of global events, but these are not "Events" in the sense that Schema.org considers them – they don't have a location, and they are observed across a wide area (e.g. a country, an continent, or worldwide). They are more like global anniversaries, occasions or observances. Examples include Earth Day, Chinese New Year, World Book Day, International Women's Day and so on.
In our initial attempt at introducing microdata for these calendar pages, I have used the Event type, but I'm aware that as many – or most – of these events don't have a definable location (in the sense that Schema.org represents a location), and are not "attended" in a physical or digital sense, they cannot be valid.
Does anyone have any recommendations for correctly representing events like this, and/or is there a different or more abstract type that I should be using, rather than Event? Any thoughts or advice would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions