Skip to content

Commit f246806

Browse files
committed
test: add jsonld document for manual testing
1 parent 8722696 commit f246806

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"@context": "https://schema.org",
3+
"@id": "#it",
4+
"@type": "VideoGame",
5+
"name": "Fallout 3",
6+
"url": "http://fallout.wikia.com/wiki/Fallout_3",
7+
"playMode": "SinglePlayer",
8+
"author": {
9+
"@id": "#bethesda",
10+
"@type": "Organization",
11+
"name": "Bethesda Game Studios",
12+
"url": "http://www.bethsoft.com/",
13+
"founder": "Christopher Weaver",
14+
"foundingDate": "1986",
15+
"employee": [
16+
"Vlatko Andonov",
17+
"Todd Howard",
18+
"Ashley Cheng"
19+
]
20+
},
21+
"publisher": [
22+
"Bethesda Softworks",
23+
"Ubisoft"
24+
],
25+
"genre": "Action Role-playing game",
26+
"gamePlatform": [
27+
"Microsoft Windows X",
28+
"Windows 7",
29+
"Xbox 360",
30+
"PlayStation 3"
31+
],
32+
"contentRating": "ESRB M",
33+
"gameItem": {
34+
"@type": "Thing",
35+
"url": "http://fallout.wikia.com/wiki/Fallout_3_items",
36+
"description": "A dynamic facet of gameplay is that firearms wear out over time of use. As a weapon degenerates, its damage is reduced and it loses accuracy. However, worn out firearms of the same type can be combined to make more reliable and powerful weapons. Weapon schematics can also be found and used to create various devices such as the Rock-It Launcher that can fire various items such as lunchboxes and stuffed animals, or the bottlecap mine, made out of a Vault-Tec lunchbox, cherry bombs, sensor module and bottle caps. Along with equipping various weapons, the player can also utilize different armors and clothing that may have effects that can alter various skills"
37+
},
38+
"characterAttribute": [
39+
{
40+
"@id": "#attr1",
41+
"@type": "Thing",
42+
"name": "Barter",
43+
"alternateName": "skill",
44+
"description": "Proficiency at trading and haggling"
45+
},
46+
{
47+
"@id": "#attr2",
48+
"@type": "Thing",
49+
"name": "Black Widow/Lady Killer",
50+
"alternateName": "perk",
51+
"description": "+10% damage to the opposite sex, and unique dialogue options with certain characters"
52+
}
53+
],
54+
"gameLocation": [
55+
"#RivetCity",
56+
"#Megaton",
57+
"#CanterburyCommons",
58+
"#BigTown",
59+
"#Arefu"
60+
],
61+
"gameTip": "http://fallout.wikia.com/wiki/Fallout_3_Manual"
62+
}

0 commit comments

Comments
 (0)