contentReferenceTime
A Schema.org Property
This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
- Canonical URL: https://schema.org/contentReferenceTime
- Check for open issues.
The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.
Source
https://github.com/schemaorg/schemaorg/issues/1050
Examples
Example 1
Copied
Example notes or example HTML without markup.
- A JSON example for an Article about a particular event.
Example encoded as JSON-LD in a HTML script tag.
- <script type="application/ld+json">
- {
- "@context": "https://schema.org/",
- "@type": "Article",
- "name": "Apple announces iPhone SE",
- "description": "New iPhone announced at 11:30 in California.",
- "about": {
- "@type": "Event",
- "name": "Apple's March 21 Announcements"
- },
- "contentReferenceTime": "2016-03-21T11:30:00-07:00"
- }
- </script>
Structured representation of the JSON-LD example.