schemaorg-coda :: Example

eg-0449

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "VideoGame",
  "name": "Fallout 3",
  "url": "http://fallout.wikia.com/wiki/Fallout_3",
  "playMode": "SinglePlayer",
  "author": {
    "@type": "Organization",
    "name":"Bethesda Game Studios",
    "url":"http://www.bethsoft.com/",
    "founder":"Christopher Weaver",
    "foundingDate":"1986",
    "employee":["Vlatko Andonov","Todd Howard","Ashley Cheng"]
    },
  "publisher":["Bethesda Softworks","Ubisoft"],
  "genre":"Action Role-playing game",
  "gamePlatform":["Microsoft Windows X", "Windows 7","Xbox 360","PlayStation 3"],
  "contentRating":"ESRB M",
  "gameItem": {
    "@type": "Thing",
    "url":"http://fallout.wikia.com/wiki/Fallout_3_items",
    "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"
    },
  "characterAttribute": [{
    "@type": "Thing",
    "name":"Barter",
    "alternateName":"skill",
    "description":"Proficiency at trading and haggling"
  },
  {
    "@type": "Thing",
    "name":"Black Widow/Lady Killer",
    "alternateName":"perk",
    "description":"+10% damage to the opposite sex, and unique dialogue options with certain characters"
  }],
  "gameLocation":["Rivet City", "Megaton", "Canterbury Commons", "Big Town", "Arefu"],
  "gameTip":"http://fallout.wikia.com/wiki/Fallout_3_Manual"
}

RDFa

<body vocab="https://schema.org/" typeof="VideoGame">
<h1 property="name"><a property="url" href="http://fallout.wikia.com/wiki/Fallout_3">Fallout 3</a></h1>
<p>Play mode: <span property="playMode"> SinglePlayer </span></p>
<div property="author" typeof="Organization">
    <p> Author<a property="url" href="http://www.bethsoft.com/"><span property="name">Bethesda Game Studios</span></a></p>
    <p>Founded in <span property="foundingDate">1986</span></p>
    <P> Persons</p>
    <ul>
      <li>Founder: <span property="founder">Christopher Weaver</span></li>
      <li property="employee">Vlatko Andonov</li>
      <li property="employee">Todd Howard</li>
      <li property="employee">Ashley Cheng</li>
    </ul>
</div>
 <p> Published by:<span property="publisher">Bethesda Softworks</span>, <span property="publisher">Ubisoft</span></p>
 <p>Genre: <span property="genre">Action Role-playing game</span></p>
<ul>
<li property="gamePlatform"> Microsoft Windows X </li>
<li property="gamePlatform"> Windows 7 </li>
<li property="gamePlatform"> Xbox 360 </li>
<li property="gamePlatform"> PlayStation 3 </li>
</ul>
<div ><h2>Items</h2>
  <div property="gameItem" typeof="Thing">
    <link property="url" href="http://fallout.wikia.com/wiki/Fallout_3_items"/>
    <p property="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</p>
  </div>
  <div>
    ...
  </div>
</div>
<div><h2>Skills&amp;perks</h2>
  <b>Skills:</b>
  <div property="characterAttribute" typeof="Thing"><b property="name">Barter</b>
  <meta property="alternateName" content="Skill">
    <p property="description"> Proficiency at trading and haggling </p>
  </div>
  <div>
    ...
  </div>
<b>Perks:</b>
<div  property="characterAttribute" typeof="Thing"><b property="name">Black Widow/Lady Killer</b>
  <meta property="alternateName" content="Perk">
    <p property="description">+10% damage to the opposite sex, and unique dialogue options with certain characters</p>
  </div>

</div>
<div><h2>Locations</h2>
  <ul>
    <li property="gameLocation">"Rivet City"</li>
    <li property="gameLocation">"Megaton"</li>
    <li property="gameLocation">"Canterbury Commons"</li>
    <li property="gameLocation">"Big Town"</li>
    <li property="gameLocation">"Arefu"</li>
  </ul>
</div>
<a property="gameTip" href="http://fallout.wikia.com/wiki/Fallout_3_Manual">Manual</a>
</body>

Microdata

<body itemscope itemtype="https://schema.org/VideoGame">
<h1 itemprop="name"><a itemprop="url" href="http://www.elderscrolls.com/skyrim">Fallout 3</a></h1>
<p>Play mode: <span itemprop="playMode"> SinglePlayer </span></p>
<div itemprop="author" itemscope itemtype="https://schema.org/Organization">
    <p> Author<a itemprop="url" href="http://www.bethsoft.com/"><span itemprop="name">Bethesda Game Studios</span></a></p>
    <p>Founded in <span itemprop="foundingDate">1986</span></p>
    <P> Persons</p>
    <ul>
      <li>Founder: <span itemprop="founder">Christopher Weaver</span></li>
      <li itemprop="employee">Vlatko Andonov</li>
      <li itemprop="employee">Todd Howard</li>
      <li itemprop="employee">Ashley Cheng</li>
    </ul>
</div>
 <p> Published by:<span itemprop="publisher">Bethesda Softworks</span>, <span itemprop="publisher">Ubisoft</span></p>
 <p>Genre: <span itemprop="genre">Action Role-playing game</span></p>
<ul>
<li itemprop="gamePlatform"> Microsoft Windows X </li>
<li itemprop="gamePlatform"> Windows 7 </li>
<li itemprop="gamePlatform"> Xbox 360 </li>
<li itemprop="gamePlatform"> PlayStation 3 </li>
</ul>
<div ><h2>Items</h2>
  <div itemprop="gameItem" itemscope itemtype="https://schema.org/Thing">
    <link itemprop="url" href="http://fallout.wikia.com/wiki/Fallout_3_items"/>
    <p itemprop="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</p>
  </div>
  <div>
    ...
  </div>
</div>
<div><h2>Skills&amp;perks</h2>
  <b>Skills:</b>
  <div itemprop="characterAttribute" itemscope itemtype="https://schema.org/Thing"><b itemprop="name">Barter</b>
  <meta itemprop="alternateName" content="Skill">
    <p itemprop="description"> Proficiency at trading and haggling </p>
  </div>
  <div>
    ...
  </div>
<b>Perks:</b>
<div  itemprop="characterAttribute" itemscope itemtype="https://schema.org/Thing"><b itemprop="name">Black Widow/Lady Killer</b>
  <meta itemprop="alternateName" content="Perk">
    <p itemprop="description">+10% damage to the opposite sex, and unique dialogue options with certain characters</p>
  </div>

</div>
<div><h2>Locations</h2>
  <ul>
    <li itemprop="gameLocation">"Rivet City"</li>
    <li itemprop="gameLocation">"Megaton"</li>
    <li itemprop="gameLocation">"Canterbury Commons"</li>
    <li itemprop="gameLocation">"Big Town"</li>
    <li itemprop="gameLocation">"Arefu"</li>
  </ul>
</div>
<a itemprop="gameTip" href="http://fallout.wikia.com/wiki/Fallout_3_Manual">Manual</a>
</body>

Pre-Markup

<body>
<h1><a href="http://www.elderscrolls.com/skyrim">Fallout 3</a></h1>
<p>Play mode: Single-player</p>
<div>
    <p> Author<a href="http://www.bethsoft.com/"><span>Bethesda Game Studios</span></a></p>
    <p>Founded in 1986</p>
    <P> Person</p>
    <ul>
      <li>Founder: Christopher Weaver</li>
      <li>Vlatko Andonov</li>
      <li>Todd Howard</li>
      <li>Ashley Cheng</li>
    </ul>
</div>
 <p> Publishers: Bethesda Softworks, Ubisoft</p>
  <div>Game Specific
    <p>Genre: Action Role-playing game</p>
    </div>
<ul>
<li> Microsoft Windows X </li>
<li> Windows 7 </li>
<li> Xbox 360 </li>
<li> PlayStation 3 </li>
<div><h2>Items</h2>
  <div><link href="http://fallout.wikia.com/wiki/Fallout_3_items"/>
    The Oghma Infinium (Plural: Oghmae Infinium[OOG 1]) is a very powerful Daedric artifact belonging to the Daedric Prince Hermaeus Mora. It is an ancient tome of knowledge written by Xarxes, the wizard sage and scribe also known as The Ageless One.The Oghma Infinium is given to Hermaeus Mora's champion upon completion of a specific task or quest. Once read, it disappears, returning to Hermaeus Mora's realm in Oblivion.
  </div>
  <div>
    ...
  </div>
</div>
<div><h2>Skills&amp;perks</h2>
  <b>Skills:</b>
  <div><b>Barter</b>
    Proficiency at trading and haggling
  </div>
  <div>
    ...
  </div>
<b>Perks:</b>
<div><b>Black Widow/Lady Killer</b>
    +10% damage to the opposite sex, and unique dialogue options with certain characters
  </div>

</div>
<div><h2>Locations</h2>
  <ul>
    <li>"Rivet City"</li>
    <li>"Megaton"</li>
    <li>"Canterbury Commons"</li>
    <li>"Big Town"</li>
    <li>"Arefu"</li>
  </ul>
</div>
<a href="http://fallout.wikia.com/wiki/Fallout_3_Manual">Manual</a>
</body>