Imdb Api Context
JSON-LD context defining the semantic vocabulary for Imdb Api from IMDb-API.
41 Classes
0 Properties
1 Namespaces
Namespaces
imdb:
https://api-evangelist.github.io/imdb-api/vocabulary#
Classes
Movie
TVSeries
TVEpisode
Person
Organization
AggregateRating
Review
ImageObject
VideoObject
id
title
fullTitle
originalTitle
type
year
releaseDate
runtimeMins
plot
directors
writers
stars
genres
countries
languages
contentRating
image
trailer
keywords
imDb
metacritic
theMovieDb
rottenTomatoes
filmAffinity
imDbRating
imDbRatingVotes
birthDate
deathDate
boxOffice
budget
grossUSA
cumulativeWorldwideGross
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"imdb": "https://api-evangelist.github.io/imdb-api/vocabulary#",
"Movie": "schema:Movie",
"TVSeries": "schema:TVSeries",
"TVEpisode": "schema:TVEpisode",
"Person": "schema:Person",
"Organization": "schema:Organization",
"AggregateRating": "schema:AggregateRating",
"Review": "schema:Review",
"ImageObject": "schema:ImageObject",
"VideoObject": "schema:VideoObject",
"id": "@id",
"title": "schema:name",
"fullTitle": "schema:alternateName",
"originalTitle": "schema:alternativeHeadline",
"type": "@type",
"year": "schema:copyrightYear",
"releaseDate": "schema:datePublished",
"runtimeMins": "schema:duration",
"plot": "schema:description",
"directors": "schema:director",
"writers": "schema:author",
"stars": "schema:actor",
"genres": "schema:genre",
"countries": "schema:countryOfOrigin",
"languages": "schema:inLanguage",
"contentRating": "schema:contentRating",
"image": "schema:image",
"trailer": "schema:trailer",
"keywords": "schema:keywords",
"imDb": "imdb:imdbRating",
"metacritic": "imdb:metacriticRating",
"theMovieDb": "imdb:tmdbRating",
"rottenTomatoes": "imdb:rottenTomatoesRating",
"filmAffinity": "imdb:filmAffinityRating",
"imDbRating": "schema:aggregateRating",
"imDbRatingVotes": "schema:ratingCount",
"birthDate": "schema:birthDate",
"deathDate": "schema:deathDate",
"boxOffice": "imdb:boxOffice",
"budget": "schema:productionCompany",
"grossUSA": "imdb:grossUSA",
"cumulativeWorldwideGross": "imdb:worldwideGross"
}
}