{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.",
"rdfs:label" : "VideoGame",
"rdfs:subClassOf" : [
"schema:SoftwareApplication",
"schema:Game"
]
},
"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: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: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:gameEdition" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The edition of a video game.",
"rdfs:label" : "gameEdition",
"schema:domainIncludes" : "schema:VideoGame",
"schema:rangeIncludes" : "schema:Text"
},
"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:gameServer" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The server on which it is possible to play the game.",
"rdfs:label" : "gameServer",
"schema:domainIncludes" : "schema:VideoGame",
"schema:inverseOf" : "schema:game",
"schema:rangeIncludes" : "schema:GameServer"
},
"schema:gameTip" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "Links to tips, tactics, etc.",
"rdfs:label" : "gameTip",
"schema:domainIncludes" : "schema:VideoGame",
"schema:rangeIncludes" : "schema:CreativeWork"
},
"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: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: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"
}
}
}