Re: VideoGame proposal

I gave a few comments on the proposal:

1. minNumberOfPlayer / maxNumberOfPlayer

I suggest using a single property numberOfPlayers with a range of schema:QuantitativeValue instead. This allows using point values (5 players), and open and closes intervals (at least 3 players, 3-5 players, max 5 players). It will also be more consistent with modeling quantitative values in other parts.


2. addOn already exists in schema.org for linking offers to optional extensions. Since the meaning of the proposed property addOn for Software application seems to be different, I urge you to use a different name. Also, I do not really understand what "Additional content for software application" means.

3. For gamePlatform, you could include "Thing" in the range - URL or Text or Thing (formally, this would be equivalent to Thing, but we will want to point developers to the fact that they can use entity URIs, page URIs, or strings).

4. playersOnline should have a range of Number, not Text.


Best wishes / Mit freundlichen Grüßen

Martin Hepp


Example for numberOfPlayers:


<div itemscope itemtype="http://schema.org/VideoGame" >
  <span itemprop="name">ACME Hide-and-Run</span>
...
  Number of Players: <div itemprop="numberOfPlayers" itemscope 
       itemtype="http://schema.org/QuantitativeValue">
      <span itemprop="value">5</span> 
  </div>
</div>



<div itemscope itemtype="http://schema.org/VideoGame" >
  <span itemprop="name">ACME Hide-and-Run</span>
...
  Number of Players: <div itemprop="numberOfPlayers" itemscope 
       itemtype="http://schema.org/QuantitativeValue">
      <span itemprop="minValue">3</span> or more
  </div>
</div>


<div itemscope itemtype="http://schema.org/VideoGame" >
  <span itemprop="name">ACME Hide-and-Run</span>
...
  Number of Players: <div itemprop="numberOfPlayers" itemscope 
       itemtype="http://schema.org/QuantitativeValue">
      Up to: <span itemprop="maxValue">5</span> 
  </div>
</div>

<div itemscope itemtype="http://schema.org/VideoGame" >
  <span itemprop="name">ACME Hide-and-Run</span>
...
  Number of Players: <div itemprop="numberOfPlayers" itemscope 
       itemtype="http://schema.org/QuantitativeValue">
      <span itemprop="minValue">3</span> to
      <span itemprop="maxValue">5</span> 
  </div>
</div>


-------------------------------------------------------
martin hepp
e-business & web science research group
universitaet der bundeswehr muenchen

e-mail:  martin.hepp@unibw.de
phone:   +49-(0)89-6004-4217
fax:     +49-(0)89-6004-4620
www:     http://www.unibw.de/ebusiness/ (group)
         http://www.heppnetz.de/ (personal)
skype:   mfhepp 
twitter: mfhepp

Check out GoodRelations for E-Commerce on the Web of Linked Data!
=================================================================
* Project Main Page: http://purl.org/goodrelations/




On 12 Jun 2014, at 16:54, Yuliya Tikhokhod <tilid@yandex-team.ru> wrote:

> <VideoGame3.pdf>

Received on Friday, 13 June 2014 06:41:45 UTC