-
Notifications
You must be signed in to change notification settings - Fork 825
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
For works about an Event, add the ability to specify the time described #1050
Comments
What if the article mentions two events, happening at different times? |
Two events would be an issue, but I think that is just symptomatic of separating what is effectively information about an event out into a non-event type. Would this not be better handled by more effectively describing part of an event with a type designed for the job.
Then for the use described:
Potentially this more generic solution could also help some other Event based discussions that are underway at the moment, such as presentations within a conference; sessions/innings in a sports event; acts within a theatre event. In which case Event would benefit from a |
@betehess I don't think we will be able to get into such detail that an Article can be about multiple events and also be able to pinpoint exact sub-parts of each event. @Dataliberate I considered that, but it seemed like a lot of complexity with an additional type to pinpoint a time for the focus of the Article. |
@vholland I see an Article about a specific part of an Event as a very narrow use case. If we imagined that only Article would want to reference part of an Event I would agree with your proposal, and your analysis of what I suggested. However there are many potential needs to reference such. I get the feeling that this could easily become one of those odd-ball very specific constructs that we will soon regret later. |
@Dataliberate It is increasingly common on sites like nytimes.com and washingtonpost.com to have articles or updates about specific moments. For example, for the bombings in Brussels, the nytimes had http://www.nytimes.com/live/brussels-airport-explosions-live-coverage/ with updates all around the bombings. Some sites do not bother giving the updates headlines as the NY Times does. Instead, it is a list of timestamps. |
@vholland I recognise the need you describe, although in the specific nytimes case you reference the time used is the time of the [update] article not necessarily the time of the event [part]. I do not see however, how that should cause us to implement a one-off simple single case solution that does not add any generic value to other similar cases. As to Articles not potentially being about be about multiple events and be able to pinpoint exact sub-parts of each event. That may well be true when you are thinking about articles in daily newspapers etc. Broaden your scope to more scholarly articles or detailed analysis articles in a journal or Sunday Newspaper Supplement, it could be very possible. Yes creating a new |
Events can already have parts (subEvent / superEvent). But that doesn't give the useful hint from @vholland 's design which is that the document is specifically talking about moment(s) within the larger event. You couldn't use CreativeWork + about + subEvent to distinguish between a post being about a battle that was part of WW-1, from being about a particular moment during an eventful day. @betehess 's point is worth considering. If the constraint is being made that we're taking the primary or main topic, that ought to be reflected in the property's description. Alternatively, if the property is repeatable that ought to be made clear as well. BTW I am floating a new workflow idea: I've made an experimental 'pending' extension for proposed terms, and am testing it on this issue, hence http://pending.webschemas.org/contentReferenceTime |
OK this is "fixed" by virtue of being published in "pending", but I suggest we adopt the convention of leaving such issues open since we're soliciting feedback, discussion and deployment experience. |
Here is some feedback from Google based on our experience with this property so far:
|
My suggestion is that we keep this parked in Pending until it has a good accompanying example, at least capturing a 'breaking news' and/or sports usecase. |
/cc @vholland @nicolastorzec @rvguha @shankarnat @tmarshbing @mfhepp @scor for comments/review. |
We could add @vholland 's original example:
... although to be realistic I'd expect at least a URL for the article. Are there important cases where we're not just giving URL of an article but also of sections within it? I'd also welcome clarification on how it might be used with https://schema.org/LiveBlogPosting |
Should have plenty of liveblogging example for Apple's upcoming event this |
ping @betehess :) |
/cc #1050 @vtardif also @nicolastorzec who was asking about related patterns for NewsArticle, or rather, suggesting that we document them better. It seems we did not publish an example when contentReferenceTime was added to Pending.
I'm adding the above example. Copying my git commit msg here,
|
+1 |
I have to disagree.
|
Looking above at the Sep 3, 2016 example, it's obvious that "California" and "2016-03-21T11:30:00-07:00" pertain to the |
schema.org/contentReferenceTime was added in schema.org 3.0. |
This proposal came from Google. Our original expectation was that we would use it, but this does not seem to be happening. Is anyone else consuming data that uses this property? |
In many cases, Articles, VideoObjects, etc are about a particular moment within an Event. Currently, there is no way to specify the time of the moment being discussed.
We should add a new property contentReferenceTime to CreativeWork to for this purpose. The property would expect the wall clock datetime of the moment as calculating the time elapsed within an event can be difficult. As an example:
The text was updated successfully, but these errors were encountered: