RAWG · JSON-LD Context

Rawg Context

JSON-LD context defining the semantic vocabulary for Rawg from RAWG.

39 Classes 12 Properties 2 Namespaces
View Context View on GitHub

Namespaces

rawg: https://rawg.io/ontology/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

id slug name description rating ratings_count metacritic playtime esrb_rating alternative_names screenshots_count movies_count achievements_count additions_count game_series_count Game Platform Developer Publisher Genre Tag Store Person Position EsrbRating tba games_count year_start year_end domain language reviews_count suggestions_count added added_by_status reactions reddit_count twitch_count youtube_count

Properties

Property Type Container
released date
updated dateTime
website reference
background_image reference
metacritic_url reference
platforms set
genres set
tags set
developers set
publishers set
reddit_url reference
image_background reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "rawg": "https://rawg.io/ontology/",
    "id": "@id",
    "slug": "rawg:slug",
    "name": "name",
    "description": "description",
    "released": {
      "@id": "datePublished",
      "@type": "xsd:date"
    },
    "updated": {
      "@id": "dateModified",
      "@type": "xsd:dateTime"
    },
    "website": {
      "@id": "url",
      "@type": "@id"
    },
    "background_image": {
      "@id": "image",
      "@type": "@id"
    },
    "rating": "aggregateRating",
    "ratings_count": "ratingCount",
    "metacritic": "rawg:metacriticScore",
    "metacritic_url": {
      "@id": "rawg:metacriticUrl",
      "@type": "@id"
    },
    "playtime": "rawg:averagePlaytime",
    "esrb_rating": "contentRating",
    "platforms": {
      "@id": "gamePlatform",
      "@container": "@set"
    },
    "genres": {
      "@id": "genre",
      "@container": "@set"
    },
    "tags": {
      "@id": "keywords",
      "@container": "@set"
    },
    "developers": {
      "@id": "creator",
      "@container": "@set"
    },
    "publishers": {
      "@id": "publisher",
      "@container": "@set"
    },
    "alternative_names": "alternateName",
    "screenshots_count": "rawg:screenshotsCount",
    "movies_count": "rawg:trailersCount",
    "achievements_count": "rawg:achievementsCount",
    "additions_count": "rawg:additionsCount",
    "game_series_count": "rawg:gameSeriesCount",
    "reddit_url": {
      "@id": "rawg:subredditUrl",
      "@type": "@id"
    },
    "Game": "VideoGame",
    "Platform": "GameServer",
    "Developer": "Organization",
    "Publisher": "Organization",
    "Genre": "rawg:Genre",
    "Tag": "rawg:Tag",
    "Store": "rawg:Storefront",
    "Person": "Person",
    "Position": "JobTitle",
    "EsrbRating": "rawg:EsrbRating",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "tba": "rawg:toBeAnnounced",
    "games_count": "rawg:gamesCount",
    "image_background": {
      "@id": "rawg:backgroundImage",
      "@type": "@id"
    },
    "year_start": "rawg:yearStart",
    "year_end": "rawg:yearEnd",
    "domain": "domainName",
    "language": "inLanguage",
    "reviews_count": "reviewCount",
    "suggestions_count": "rawg:suggestionsCount",
    "added": "rawg:addedToCollectionCount",
    "added_by_status": "rawg:addedByStatus",
    "reactions": "rawg:reactions",
    "reddit_count": "rawg:redditPostCount",
    "twitch_count": "rawg:twitchStreamCount",
    "youtube_count": "rawg:youtubeVideoCount"
  }
}