The New York Times Context
JSON-LD context defining the semantic vocabulary for The New York Times from The New York Times.
40 Classes
2 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
nyt:
https://developer.nytimes.com/vocabulary/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Article
Book
Review
Person
Organization
Place
abstract
headline
lead_paragraph
snippet
source
section_name
subsection_name
word_count
byline
news_desk
document_type
type_of_material
print_page
_id
keywords
multimedia
title
author
publisher
description
isbn10
isbn13
price
contributor
concept_name
concept_type
concept_status
concept_uri
is_times_tag
vernacular
review_text
critics_pick
opening_date
reviewer
Properties
| Property |
Type |
Container |
| web_url |
reference |
|
| pub_date |
dateTime |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"nyt": "https://developer.nytimes.com/vocabulary/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Article": "schema:NewsArticle",
"Book": "schema:Book",
"Review": "schema:Review",
"Person": "schema:Person",
"Organization": "schema:Organization",
"Place": "schema:Place",
"web_url": { "@id": "schema:url", "@type": "@id" },
"abstract": "schema:abstract",
"headline": "schema:headline",
"lead_paragraph": "schema:articleBody",
"snippet": "schema:description",
"pub_date": { "@id": "schema:datePublished", "@type": "xsd:dateTime" },
"source": "schema:publisher",
"section_name": "schema:articleSection",
"subsection_name": "nyt:subsection",
"word_count": "schema:wordCount",
"byline": "schema:author",
"news_desk": "nyt:newsDesk",
"document_type": "schema:additionalType",
"type_of_material": "nyt:typeOfMaterial",
"print_page": "nyt:printPage",
"_id": "schema:identifier",
"keywords": "schema:keywords",
"multimedia": "schema:image",
"title": "schema:name",
"author": "schema:author",
"publisher": "schema:publisher",
"description": "schema:description",
"isbn10": "schema:isbn",
"isbn13": "schema:isbn",
"price": "schema:price",
"contributor": "schema:contributor",
"concept_name": "schema:name",
"concept_type": "nyt:conceptType",
"concept_status": "schema:status",
"concept_uri": "schema:url",
"is_times_tag": "nyt:isTimesTag",
"vernacular": "schema:alternateName",
"review_text": "schema:reviewBody",
"critics_pick": "nyt:criticsPick",
"opening_date": "schema:startDate",
"reviewer": "schema:author"
}
}