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