Skip to content

Instantly share code, notes, and snippets.

@d6veteran
Created December 17, 2010 20:42
Show Gist options
  • Save d6veteran/745671 to your computer and use it in GitHub Desktop.
Save d6veteran/745671 to your computer and use it in GitHub Desktop.
Freebase schema for Type /games/game
{
"code": "/api/status/ok",
"result": [{
"attribution": [
"/user/metaweb"
],
"creator": [
"/user/metaweb"
],
"derivative_games": [
"Catan Card Game",
"The Settlers of Canaan"
],
"derived_from": [],
"designer": [
"Klaus Teuber"
],
"expansions": [
"Cities and Knights of Catan"
],
"game_subjects": [],
"genre": [
"German-style"
],
"guid": [
"#9202a8c04000641f80000000000495ec"
],
"id": "/en/settlers_of_catan",
"introduced": [
"1995"
],
"key": [
"36727",
"Settlers_of_Catan",
"Siedler_von_Catan",
"The_Settlers_of_Catan",
"Die_Siedler_von_Catan",
"Settlers_of_cataan",
"Games$002FDie_Siedler_von_Catan",
"Settlers_of_catan",
"The_settlers_of_catan",
"settlers_of_catan",
"Settlers_Of_Catan",
"Variations_of_Settlers_of_Catan",
"0099-de42",
"13",
"Die_Siedler_von_Catan",
"19659",
"Descobridores_de_Catan",
"$30AB$30BF$30F3$306E$958B$62D3$8005$305F$3061",
"26559",
"$041A$043E$043B$043E$043D$0438$0437$0430$0442$043E$0440$044B_$0028$043D$0430$0441$0442$043E$043B$044C$043D$0430$044F_$0438$0433$0440$0430$0029",
"40912",
"498988",
"Les_Colons_de_Catane",
"2581",
"Los_Colonos_de_Cat$00E1n",
"9363",
"I_coloni_di_Catan",
"203006"
],
"maximum_playing_time_minutes": [
80
],
"mid": [
"/m/095hd"
],
"minimum_age_years": [
10
],
"name": "Settlers of Catan",
"number_of_players": [
null
],
"origin": [
"Germany"
],
"permission": [
"/boot/all_permission"
],
"playing_time_minutes": [
20
],
"publisher": [
"999 Games",
"Mayfair Games",
"Kosmos",
"Capcom"
],
"search": [],
"timestamp": [
"2006-10-22T09:36:06.0027Z"
],
"type": "/games/game"
}],
"status": "200 OK",
"transaction_id": "cache;cache03.p01.sjc1:8101;2010-12-17T20:40:28Z;0040"
}
@d6veteran
Copy link
Author

[ {
    "id" : "/en/settlers_of_catan",
    "key" : {
      "namespace" : "/user/pak21/boardgamegeek/boardgame",
      "value" : null
     }
 }]

@d6veteran
Copy link
Author

[{
  "id":            "/en/settlers_of_catan",
  "type":          "/games/game",
  "name":          null,
  "creator":       null,
  "expansions":    null,
  "introduced":    null,
  "genre":         null,
  "maximum_playing_time_minutes": null,
  "minimum_age_years": null,
  "number_of_players": null,
  "origin":        null,
  "playing_time_minutes": null,
  "publisher":     [],
  "derivative_games": [],
  "key":           []
}]

@d6veteran
Copy link
Author

[{
   "id": "/en/settlers_of_catan",
   "/common/topic/weblink": [{
     "description": "BoardGameGeek",
     "url": null
   }]
}]

@d6veteran
Copy link
Author

Get all links:

[{
  "/common/topic/weblink": [],
  "id":            "/en/settlers_of_catan"
}]

@d6veteran
Copy link
Author

Get all links:

[{
  "/common/topic/weblink": [],
  "key":           [{}],
  "id":            "/en/settlers_of_catan"
}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment