{ "@context": { "@vocab": "https://schema.org/", "nyt": "https://developer.nytimes.com/vocab/", "Article": "schema:NewsArticle", "BestSellerBook": "schema:Book", "MovieReview": "schema:Review", "Concept": "schema:DefinedTerm", "Tag": "schema:DefinedTerm", "Critic": "schema:Person", "title": "schema:headline", "headline": "schema:headline", "abstract": "schema:abstract", "byline": "schema:author", "url": {"@id": "schema:url", "@type": "@id"}, "short_url": {"@id": "schema:sameAs", "@type": "@id"}, "uri": {"@id": "schema:identifier"}, "section": "schema:articleSection", "subsection": "nyt:subsection", "published_date": {"@id": "schema:datePublished", "@type": "xsd:dateTime"}, "updated_date": {"@id": "schema:dateModified", "@type": "xsd:dateTime"}, "created_date": {"@id": "schema:dateCreated", "@type": "xsd:dateTime"}, "publication_date": {"@id": "schema:datePublished", "@type": "xsd:date"}, "opening_date": {"@id": "schema:datePublished", "@type": "xsd:date"}, "des_facet": {"@id": "schema:about", "@container": "@set"}, "org_facet": {"@id": "schema:mentions", "@container": "@set"}, "per_facet": {"@id": "schema:mentions", "@container": "@set"}, "geo_facet": {"@id": "schema:contentLocation", "@container": "@set"}, "kicker": "nyt:kicker", "material_type_facet": "nyt:materialType", "item_type": "schema:additionalType", "multimedia": {"@id": "schema:image", "@container": "@set"}, "source": "schema:provider", "copyright": "schema:copyrightNotice", "primary_isbn13": "schema:isbn", "primary_isbn10": "nyt:isbn10", "publisher": "schema:publisher", "rank": "schema:position", "weeks_on_list": "nyt:weeksOnList", "book_image": {"@id": "schema:image", "@type": "@id"}, "mpaa_rating": "schema:contentRating", "critics_pick": "nyt:criticsPick", "summary_short": "schema:abstract", "display_title": "schema:name", "concept_id": "schema:identifier", "concept_name": "schema:name", "concept_type": "schema:additionalType", "concept_status": "nyt:conceptStatus", "vernacular": "schema:alternateName", "is_times_tag": "nyt:isTimesTag", "search_api_query": {"@id": "schema:potentialAction", "@type": "@id"}, "ticker_symbol": "schema:tickerSymbol" } }