Created
May 30, 2015 00:21
-
-
Save jbenner-radham/cdf1656f3e667f5f91d7 to your computer and use it in GitHub Desktop.
A JSON-LD representation of Atlus' Catherine video game.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "http://schema.org", | |
"@type": "VideoGame", | |
"name": "Catherine", | |
"url": "http://catherinethegame.com/", | |
"image": [ | |
"http://static.giantbomb.com/uploads/scale_super/0/3661/1721949-catherine.jpg", | |
"http://static.giantbomb.com/uploads/scale_super/0/3661/1721948-catherine_ps3.jpg" | |
], | |
"description": "Catherine (キャサリン Kyasarin) is a puzzle-platformer adventure video game developed and published by Atlus for PlayStation 3 and Xbox 360. It was Atlus' first internally developed game for the seventh-generation of consoles, and was described as an \"adult-oriented\" title by the game's character designer, Shigenori Soejima. The game was released in Japan on February 17, 2011, and in North America on July 26, 2011, in Europe on February 10, 2012, and in Australia on February 23, 2012. Catherine was later released as a full downloadable game for the PlayStation Store in February 2012, and was also released on the Games on Demand service for Xbox 360 in April 2012.", | |
"inLanguage": ["English", "Japanese"], | |
"author": { | |
"@type": "Organization", | |
"name": "Atlus Co., Ltd.", | |
"url": "http://www.atlus.co.jp/" | |
}, | |
"publisher": "Atlus Co., Ltd.", | |
"genre": ["Puzzle-Platformer", "Adventure"], | |
"gamePlatform": ["PlayStation 3", "Xbox 360"], | |
"sameAs": [ | |
"http://www.giantbomb.com/catherine/3030-32367/", | |
"https://en.wikipedia.org/wiki/Catherine_%28video_game%29" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment