OMDb · JSON-LD Context

Omdb Context

JSON-LD context defining the semantic vocabulary for Omdb from OMDb.

3 Classes 30 Properties 3 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Movie TVSeries TVEpisode

Properties

Property Type Container
Title string
Year string
Rated string
Released string
Runtime string
Genre string
Director string
Writer string
Actors string
Plot string
Language string
Country string
Awards string
Poster reference
Ratings set
Source string
Value string
Metascore string
imdbRating string
imdbVotes string
imdbID string
Type string
DVD string
BoxOffice string
Production string
Website reference
Response string
Error string
totalResults string
Search set

JSON-LD Document

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

    "Title": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "Year": {
      "@id": "schema:datePublished",
      "@type": "xsd:string"
    },
    "Rated": {
      "@id": "schema:contentRating",
      "@type": "xsd:string"
    },
    "Released": {
      "@id": "schema:datePublished",
      "@type": "xsd:string"
    },
    "Runtime": {
      "@id": "schema:duration",
      "@type": "xsd:string"
    },
    "Genre": {
      "@id": "schema:genre",
      "@type": "xsd:string"
    },
    "Director": {
      "@id": "schema:director",
      "@type": "xsd:string"
    },
    "Writer": {
      "@id": "schema:author",
      "@type": "xsd:string"
    },
    "Actors": {
      "@id": "schema:actor",
      "@type": "xsd:string"
    },
    "Plot": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "Language": {
      "@id": "schema:inLanguage",
      "@type": "xsd:string"
    },
    "Country": {
      "@id": "schema:countryOfOrigin",
      "@type": "xsd:string"
    },
    "Awards": {
      "@id": "omdb:awards",
      "@type": "xsd:string"
    },
    "Poster": {
      "@id": "schema:image",
      "@type": "@id"
    },
    "Ratings": {
      "@id": "schema:aggregateRating",
      "@container": "@set"
    },
    "Source": {
      "@id": "schema:ratingCount",
      "@type": "xsd:string"
    },
    "Value": {
      "@id": "schema:ratingValue",
      "@type": "xsd:string"
    },
    "Metascore": {
      "@id": "omdb:metascore",
      "@type": "xsd:string"
    },
    "imdbRating": {
      "@id": "omdb:imdbRating",
      "@type": "xsd:string"
    },
    "imdbVotes": {
      "@id": "omdb:imdbVotes",
      "@type": "xsd:string"
    },
    "imdbID": {
      "@id": "omdb:imdbID",
      "@type": "xsd:string"
    },
    "Type": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },
    "DVD": {
      "@id": "omdb:dvdReleaseDate",
      "@type": "xsd:string"
    },
    "BoxOffice": {
      "@id": "omdb:boxOffice",
      "@type": "xsd:string"
    },
    "Production": {
      "@id": "schema:productionCompany",
      "@type": "xsd:string"
    },
    "Website": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "Response": {
      "@id": "omdb:response",
      "@type": "xsd:string"
    },
    "Error": {
      "@id": "omdb:error",
      "@type": "xsd:string"
    },
    "totalResults": {
      "@id": "omdb:totalResults",
      "@type": "xsd:string"
    },
    "Search": {
      "@id": "omdb:searchResults",
      "@container": "@set"
    },
    "Movie": "schema:Movie",
    "TVSeries": "schema:TVSeries",
    "TVEpisode": "schema:TVEpisode"
  }
}