Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another JSON example for Game #2973

Open
HughP opened this issue Oct 23, 2021 · 1 comment
Open

Another JSON example for Game #2973

HughP opened this issue Oct 23, 2021 · 1 comment
Labels
no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).

Comments

@HughP
Copy link

HughP commented Oct 23, 2021

I offer this example as a JSON example for the Game page https://schema.org/Game . Is there a way to submit it? Maybe there are some ways in which it might be improved peer-review welcome.

{
  "@context": "https://schema.org",
  "@type": "Game",
  "schemaVersion": "13.0",
  "sdDatePublished": "2021-10-22",
  "sdPublisher": {
    "@type": "Organization",
    "name": "Royal Protocol",
    "url": "https://royalprotocol.io"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "7.09189",
    "reviewCount": "37",
    "bestRating": "10",
    "worstRating": "1"
  },
  "name": [
    {
      "@value": "Baden-Württemberg Catan",
      "@language": "en"
    },
    {
      "@value": "Die Siedler von Catan: Baden-Württemberg Edition",
      "@language": "de"
    }
  ],
  "url": "https://www.boardgamegeek.com/boardgame/123386/baden-wurttemberg-catan",
  "sameAs": "https://www.wikidata.org/wiki/Q105713755",
  "offers": {
    "@type": "Offer",
    "priceCurrency": "EUR",
    "price": "55",
    "availableAtOrFrom": "https://www.boardgamegeek.com/boardgame/123386/baden-wurttemberg-catan#buyacopy"
  },
  "audience": {
    "@type": "PeopleAudience",
    "suggestedMinAge": "10"
  },
  "inLanguage": {
    "@type": "Language",
    "name": "German",
    "alternateName": "de"
  },
  "description": "In 1952, three German states – Württemberg-Hohenzollern, Baden, and Württemberg-Baden – voted to merge into a single state, and for the sixtieth anniversary of that event, Kosmos and designer Klaus Teuber have released a special edition of Teuber's Settlers of Catan to celebrate. Baden-Württemberg Catan is like other Catan games in that players roll dice to determine which areas on the game board produce resources that turn, trade resources with other players, and use resources to build settlements, cities, roads, and to purchase development cards. Settlements, cities, and roads earn their owners victory points (VPs), and the first player to have ten VPs wins. Where Baden-Württemberg Catan differs from some Catan games – yet is similar to others, such as Catan Geographies: Germany – is that the game board features the southwestern state of Baden-Württemberg (with fixed resource numbers on the locations) and players can build key landmarks within the state, such as the Stuttgarter Fernsehturm or Heidelberg Castle.",
  "image": "https://cf.geekdo-images.com/lVBHjIWwUkxVe8-ERwsyhQ__itemrep/img/RIii84MKOm0tj80JkZ6zDxO09T0=/fit-in/246x300/filters:strip_icc()/pic1359624.jpg",
  "version": "First Edition",
  "quest": "To acquire 10 Victory Points before other players do.",
  "gameItem": [
    "120 cards",
    "90 resource cards",
    "26 development cards",
    "4 building cost cards",
    "2 card holders",
    "141 figures",
    "80 roads",
    "48 town halls",
    "12 emblem",
    "1 inventor figure"
  ],
  "numberOfPlayers": {
    "@type": "QuantitativeValue",
    "minValue": "2",
    "maxValue": "4"
  },
  "contentLocation": {
    "@type": "Place",
    "address": {
      "@type": "PostalAddress",
      "addressCountry": "DE",
      "addressRegion": "Baden-Württemberg"
    }
  },
  "copyrightYear": "2012",
  "datePublished": "2012",
  "identifier": {
    "@type": "PropertyValue",
    "name": "BGG Item ID",
    "value": "123386"
  },
  "publisher": {
    "@type": "Organization",
    "name": "KOSMOS",
    "alternateName": "Franckh-Kosmos Verlags-GmbH & Co.",
    "sameAs": "https://www.boardgamegeek.com/boardgamepublisher/37/kosmos",
    "url": "https://www.kosmos.de/"
  },
  "timeRequired": "PT60M",
  "genre": [
    "Negotiation",
    "Economic",
    "Strategy"
  ],
  "locationCreated": {
    "@type": "Place",
    "address": {
      "@type": "PostalAddress",
      "addressCountry": "DE"
    }
  },
  "material": "Binding board",
  "sourceOrganization": "CATAN GmbH",
  "isBasedOn": "Settlers of Catan",
  "copyrightHolder": "CATAN GmbH",
  "author": {
    "@type": "Person",
    "familyName": "Teuber",
    "givenName": "Klaus",
    "name": "Klaus Teuber",
    "sameAs": "https://www.wikidata.org/wiki/Q61088"
  }
}
@github-actions
Copy link

This issue is being nudged due to inactivity.

@github-actions github-actions bot added the no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!). label Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-issue-activity Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).
Projects
None yet
Development

No branches or pull requests

1 participant