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
Improve ClaimReview documentation for TV/video/radio/media content, including clips #1686
Comments
I'd like to first address the bullets with some ideas from my perspective.
We'll need conventions for e.g. whether the item-reviewed is the smallest part (the Clip) or the larger (e.g. a TV Episode or VideoObject). I'm going to think through a few more things and the sample schema and off suggestions if necessary, but I hope this gets a good start to the conversation going. |
@cguess In regards to your bullet points, Schema.org tries to accommodate "for the masses". TimeCode is a legacy production format "for the wire" and its not constrained to be continous, which is a problem. ISO 8601 is a format "for the masses and databases" with a base against UTC - Universal Coordinated Time. See pages 3, 13, 14, 15 in https://tech.ebu.ch/docs/tech/tech3295v2_2.pdf I would instead rather we continue to develop Schema.org "for the masses" while also aligning to the industrial domains as much as possible. I think the property terms and their value representations allow for more sharing of data and collaboration. Your suggestion would allow much less sharing of data and collaboration. I'll let others chime in against your other points. |
related: https://www.w3.org/TR/media-frags/ |
Hey @danbri ! Indeed, the W3C Media Fragments URI specification enables to specify a fragment of a media resource, in particular, according to the time dimension for videos. You can specify the start and end time for an excerpt of a longer video. Time codes can be expressed in NPT (and in past WD, we even thought about using SMPTE and wall-clock time code for live shows) |
@rtroncy can you help us work out an example? how would https://gist.github.com/danbri/96d6265756577e5f21ad4141f053b76d look if we used media fragment IDs? @cguess - thanks for the detailed thoughts! |
I've added the rough-cut from above into http://webschemas.org/ClaimReview but I expect it will need some tweaks... |
Hey @danbri, sorry for this delay. Following the Media Fragments URI 1.0 specification, the line 21 of your gist could simply be:
Unfortunately, YouTube does only understand the start time but not the end time of the fragment. Therefore,
enables to jump/seek to 5'50 of the speech but it will not stop 20 seconds after |
Here are some notes, a little old, that came from discussions at Archive.org with their TV / fact checking team: https://docs.google.com/document/d/1_YxG42aEbhu33ZoZDPX0oTkKN7tr1B_5gYH33LJYIZk/edit# If anyone can't access the Google doc let me know and I'll figure out another way. |
This issue is being tagged as Stale due to inactivity. |
This may involve figuring out new or tweaked markup for talking about subsections of content.
Here's a rough draft with an example (a simplistic fact-check of a claim made by Obama within a much longer speech): https://gist.github.com/danbri/96d6265756577e5f21ad4141f053b76d
DesignIssues:
We'll need conventions for e.g. whether the item-reviewed is the smallest part (the Clip) or the larger (e.g. a TV Episode or VideoObject).
(Aside: Google's structured data testing tool complains a lot - this can be addressed elsewhere)
The text was updated successfully, but these errors were encountered: