The New York Times Company · JSON-LD Context

New York Times Company Context

JSON-LD context defining the semantic vocabulary for New York Times Company from The New York Times Company.

New York Times Company Context is a JSON-LD context published by The New York Times Company on the APIs.io network.

It defines 33 semantic classes, 15 properties.

Top classes include Article, BestSellerBook, MovieReview, Concept, Tag, and 28 more. Namespace prefixes: nyt. Tagged areas include News, Media, Publishing, Newspapers, and Articles.

33 Classes 15 Properties 1 Namespaces
View Context View on GitHub

Namespaces

nyt: https://developer.nytimes.com/vocab/

Classes

Article BestSellerBook MovieReview Concept Tag Critic title headline abstract byline section subsection kicker material_type_facet item_type source copyright primary_isbn13 primary_isbn10 publisher rank weeks_on_list mpaa_rating critics_pick summary_short display_title concept_id concept_name concept_type concept_status vernacular is_times_tag ticker_symbol

Properties

Property Type Container
url reference
short_url reference
uri
published_date dateTime
updated_date dateTime
created_date dateTime
publication_date date
opening_date date
des_facet set
org_facet set
per_facet set
geo_facet set
multimedia set
book_image reference
search_api_query reference

JSON-LD Document

Raw ↑
{
  "@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"
  }
}