{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A video game series.",
"rdfs:label" : "VideoGameSeries",
"rdfs:subClassOf" : "schema:CreativeWorkSeries"
},
"properties" : {
"schema:actor" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
"rdfs:label" : "actor",
"schema:domainIncludes" : [
"schema:CreativeWorkSeason",
"schema:RadioSeries",
"schema:VideoObject",
"schema:TVSeries",
"schema:VideoGame",
"schema:Event",
"schema:Episode",
"schema:PodcastSeries",
"schema:Movie",
"schema:VideoGameSeries",
"schema:Clip",
"schema:MovieSeries"
],
"schema:rangeIncludes" : "schema:Person"
},
"schema:actors" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An actor, e.g. in TV, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.",
"rdfs:label" : "actors",
"schema:domainIncludes" : [
"schema:MovieSeries",
"schema:Movie",
"schema:RadioSeries",
"schema:VideoObject",
"schema:TVSeries",
"schema:Episode",
"schema:VideoGame",
"schema:VideoGameSeries",
"schema:Clip"
],
"schema:rangeIncludes" : "schema:Person",
"schema:supersededBy" : "schema:actor"
},
"schema:characterAttribute" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).",
"rdfs:label" : "characterAttribute",
"schema:domainIncludes" : [
"schema:VideoGameSeries",
"schema:Game"
],
"schema:rangeIncludes" : "schema:Thing"
},
"schema:cheatCode" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Cheat codes to the game.",
"rdfs:label" : "cheatCode",
"schema:domainIncludes" : [
"schema:VideoGame",
"schema:VideoGameSeries"
],
"schema:rangeIncludes" : "schema:CreativeWork"
},
"schema:containsSeason" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A season that is part of the media series.",
"rdfs:label" : "containsSeason",
"rdfs:subPropertyOf" : "schema:hasPart",
"schema:domainIncludes" : [
"schema:VideoGameSeries",
"schema:RadioSeries",
"schema:TVSeries"
],
"schema:rangeIncludes" : "schema:CreativeWorkSeason"
},
"schema:director" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.",
"rdfs:label" : "director",
"schema:domainIncludes" : [
"schema:RadioSeries",
"schema:VideoObject",
"schema:TVSeries",
"schema:VideoGame",
"schema:Episode",
"schema:Event",
"schema:VideoGameSeries",
"schema:Clip",
"schema:MovieSeries",
"schema:Movie",
"schema:CreativeWorkSeason"
],
"schema:rangeIncludes" : "schema:Person"
},
"schema:directors" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A director of e.g. TV, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.",
"rdfs:label" : "directors",
"schema:domainIncludes" : [
"schema:MovieSeries",
"schema:VideoObject",
"schema:RadioSeries",
"schema:TVSeries",
"schema:VideoGame",
"schema:Episode",
"schema:Movie",
"schema:VideoGameSeries",
"schema:Clip"
],
"schema:rangeIncludes" : "schema:Person",
"schema:supersededBy" : "schema:director"
},
"schema:episode" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An episode of a TV, radio or game media within a series or season.",
"rdfs:label" : "episode",
"rdfs:subPropertyOf" : "schema:hasPart",
"schema:domainIncludes" : [
"schema:VideoGameSeries",
"schema:CreativeWorkSeason",
"schema:RadioSeries",
"schema:TVSeries"
],
"schema:rangeIncludes" : "schema:Episode"
},
"schema:episodes" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An episode of a TV/radio series or season.",
"rdfs:label" : "episodes",
"schema:domainIncludes" : [
"schema:CreativeWorkSeason",
"schema:RadioSeries",
"schema:TVSeries",
"schema:VideoGameSeries"
],
"schema:rangeIncludes" : "schema:Episode",
"schema:supersededBy" : "schema:episode"
},
"schema:gameItem" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.",
"rdfs:label" : "gameItem",
"schema:domainIncludes" : [
"schema:Game",
"schema:VideoGameSeries"
],
"schema:rangeIncludes" : "schema:Thing"
},
"schema:gameLocation" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Real or fictional location of the game (or part of game).",
"rdfs:label" : "gameLocation",
"schema:domainIncludes" : [
"schema:VideoGameSeries",
"schema:Game"
],
"schema:rangeIncludes" : [
"schema:PostalAddress",
"schema:URL",
"schema:Place"
]
},
"schema:gamePlatform" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The electronic systems used to play <a href=\"http://en.wikipedia.org/wiki/Category:Video_game_platforms\">video games</a>.",
"rdfs:label" : "gamePlatform",
"schema:domainIncludes" : [
"schema:VideoGameSeries",
"schema:VideoGame"
],
"schema:rangeIncludes" : [
"schema:URL",
"schema:Thing",
"schema:Text"
]
},
"schema:musicBy" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The composer of the soundtrack.",
"rdfs:label" : "musicBy",
"schema:domainIncludes" : [
"schema:RadioSeries",
"schema:VideoGame",
"schema:Episode",
"schema:Clip",
"schema:MovieSeries",
"schema:Movie",
"schema:VideoGameSeries",
"schema:VideoObject",
"schema:TVSeries"
],
"schema:rangeIncludes" : [
"schema:MusicGroup",
"schema:Person"
]
},
"schema:numberOfEpisodes" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The number of episodes in this season or series.",
"rdfs:label" : "numberOfEpisodes",
"schema:domainIncludes" : [
"schema:CreativeWorkSeason",
"schema:RadioSeries",
"schema:TVSeries",
"schema:VideoGameSeries"
],
"schema:rangeIncludes" : "schema:Integer"
},
"schema:numberOfPlayers" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Indicate how many people can play this game (minimum, maximum, or range).",
"rdfs:label" : "numberOfPlayers",
"schema:domainIncludes" : [
"schema:VideoGameSeries",
"schema:Game"
],
"schema:rangeIncludes" : "schema:QuantitativeValue"
},
"schema:numberOfSeasons" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The number of seasons in this series.",
"rdfs:label" : "numberOfSeasons",
"schema:domainIncludes" : [
"schema:RadioSeries",
"schema:TVSeries",
"schema:VideoGameSeries"
],
"schema:rangeIncludes" : "schema:Integer"
},
"schema:playMode" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.",
"rdfs:label" : "playMode",
"schema:domainIncludes" : [
"schema:VideoGame",
"schema:VideoGameSeries"
],
"schema:rangeIncludes" : "schema:GamePlayMode"
},
"schema:productionCompany" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The production company or studio responsible for the item, e.g. series, video game, episode etc.",
"rdfs:label" : "productionCompany",
"schema:domainIncludes" : [
"schema:Movie",
"schema:CreativeWorkSeason",
"schema:TVSeries",
"schema:MediaObject",
"schema:RadioSeries",
"schema:Episode",
"schema:VideoGameSeries",
"schema:MovieSeries"
],
"schema:rangeIncludes" : "schema:Organization"
},
"schema:quest" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The task that a player-controlled character, or group of characters may complete in order to gain a reward.",
"rdfs:label" : "quest",
"schema:domainIncludes" : [
"schema:VideoGameSeries",
"schema:Game"
],
"schema:rangeIncludes" : "schema:Thing"
},
"schema:season" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A season in a media series.",
"rdfs:label" : "season",
"rdfs:subPropertyOf" : "schema:hasPart",
"schema:domainIncludes" : [
"schema:TVSeries",
"schema:RadioSeries",
"schema:VideoGameSeries"
],
"schema:rangeIncludes" : [
"schema:CreativeWorkSeason",
"schema:URL"
],
"schema:supersededBy" : "schema:containsSeason"
},
"schema:seasons" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A season in a media series.",
"rdfs:label" : "seasons",
"schema:domainIncludes" : [
"schema:RadioSeries",
"schema:TVSeries",
"schema:VideoGameSeries"
],
"schema:rangeIncludes" : "schema:CreativeWorkSeason",
"schema:supersededBy" : "schema:season"
},
"schema:trailer" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The trailer of a movie or TV/radio series, season, episode, etc.",
"rdfs:label" : "trailer",
"schema:domainIncludes" : [
"schema:CreativeWorkSeason",
"schema:RadioSeries",
"schema:TVSeries",
"schema:VideoGame",
"schema:Episode",
"schema:Movie",
"schema:VideoGameSeries",
"schema:MovieSeries"
],
"schema:rangeIncludes" : "schema:VideoObject"
}
}
}