The Open Movie Database · JSON-LD Context

The Open Movie Database Context

JSON-LD context defining the semantic vocabulary for The Open Movie Database from The Open Movie Database.

30 Classes 7 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
omdb: https://omdbapi.com/vocabulary/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Movie TVSeries TVEpisode Person Organization Rating Title Year Rated Runtime Genre Plot Language Country Awards Ratings Source Value Metascore imdbRating imdbVotes imdbID Type DVD BoxOffice totalSeasons seriesID Season Episode Response

Properties

Property Type Container
Released string
Director schema:Person
Writer schema:Person
Actors schema:Person
Poster reference
Production schema:Organization
Website reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "omdb": "https://omdbapi.com/vocabulary/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Movie": "schema:Movie",
    "TVSeries": "schema:TVSeries",
    "TVEpisode": "schema:TVEpisode",
    "Person": "schema:Person",
    "Organization": "schema:Organization",
    "Rating": "schema:Rating",

    "Title": "schema:name",
    "Year": "schema:datePublished",
    "Rated": "omdb:contentRating",
    "Released": { "@id": "schema:datePublished", "@type": "xsd:string" },
    "Runtime": "schema:duration",
    "Genre": "schema:genre",
    "Director": { "@id": "schema:director", "@type": "schema:Person" },
    "Writer": { "@id": "schema:author", "@type": "schema:Person" },
    "Actors": { "@id": "schema:actor", "@type": "schema:Person" },
    "Plot": "schema:description",
    "Language": "schema:inLanguage",
    "Country": "schema:countryOfOrigin",
    "Awards": "omdb:awards",
    "Poster": { "@id": "schema:image", "@type": "@id" },
    "Ratings": "schema:aggregateRating",
    "Source": "schema:author",
    "Value": "schema:ratingValue",
    "Metascore": "omdb:metascore",
    "imdbRating": "omdb:imdbRating",
    "imdbVotes": "omdb:imdbVotes",
    "imdbID": "schema:sameAs",
    "Type": "schema:additionalType",
    "DVD": "omdb:dvdReleaseDate",
    "BoxOffice": "omdb:boxOffice",
    "Production": { "@id": "schema:productionCompany", "@type": "schema:Organization" },
    "Website": { "@id": "schema:url", "@type": "@id" },
    "totalSeasons": "schema:numberOfSeasons",
    "seriesID": "omdb:seriesID",
    "Season": "schema:seasonNumber",
    "Episode": "schema:episodeNumber",
    "Response": "omdb:response"
  }
}