Statorium · JSON-LD Context

Statorium Context

JSON-LD context defining the semantic vocabulary for Statorium from Statorium.

37 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
statorium: https://statorium.com/vocab/

Classes

id type Match Team Player League Season homeTeam awayTeam homeScore awayScore status matchDate name country logoUrl founded stadium city nationality position dateOfBirth shirtNumber leagueId seasonId minute nameTranslated venue referee points wins losses draws goalsFor goalsAgainst goalDifference played

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "statorium": "https://statorium.com/vocab/",
    "id": "@id",
    "type": "@type",
    "Match": "schema:SportsEvent",
    "Team": "schema:SportsTeam",
    "Player": "schema:Person",
    "League": "schema:SportsOrganization",
    "Season": "statorium:Season",
    "homeTeam": "schema:homeTeam",
    "awayTeam": "schema:awayTeam",
    "homeScore": "schema:homeScore",
    "awayScore": "schema:awayScore",
    "status": "schema:eventStatus",
    "matchDate": "schema:startDate",
    "name": "schema:name",
    "country": "schema:addressCountry",
    "logoUrl": "schema:logo",
    "founded": "schema:foundingDate",
    "stadium": "schema:location",
    "city": "schema:addressLocality",
    "nationality": "schema:nationality",
    "position": "schema:jobTitle",
    "dateOfBirth": "schema:birthDate",
    "shirtNumber": "statorium:shirtNumber",
    "leagueId": "statorium:leagueId",
    "seasonId": "statorium:seasonId",
    "minute": "statorium:matchMinute",
    "nameTranslated": "statorium:nameTranslated",
    "venue": "schema:location",
    "referee": "statorium:referee",
    "points": "statorium:points",
    "wins": "statorium:wins",
    "losses": "statorium:losses",
    "draws": "statorium:draws",
    "goalsFor": "statorium:goalsFor",
    "goalsAgainst": "statorium:goalsAgainst",
    "goalDifference": "statorium:goalDifference",
    "played": "statorium:played"
  }
}