TheSports · JSON-LD Context

Thesports Context

JSON-LD context defining the semantic vocabulary for Thesports from TheSports.

27 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

thesports: https://api.thesports.com/vocab#

Classes

Match Competition Team Player home_team_id away_team_id home_score away_score scheduled competition_id season_id stage_id venue_id referee_id status short_name logo country_id jersey_number position market_value possession shots_on_target points goal_difference goals_for goals_against

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "thesports": "https://api.thesports.com/vocab#",
    "Match": "SportsEvent",
    "Competition": "SportsOrganization",
    "Team": "SportsTeam",
    "Player": "Person",
    "home_team_id": "homeTeam",
    "away_team_id": "awayTeam",
    "home_score": "homeScore",
    "away_score": "awayScore",
    "scheduled": "startDate",
    "competition_id": "organizer",
    "season_id": "thesports:season",
    "stage_id": "thesports:stage",
    "venue_id": "location",
    "referee_id": "thesports:referee",
    "status": "thesports:matchStatus",
    "short_name": "alternateName",
    "logo": "logo",
    "country_id": "nationality",
    "jersey_number": "thesports:jerseyNumber",
    "position": "thesports:playingPosition",
    "market_value": "thesports:marketValue",
    "possession": "thesports:possession",
    "shots_on_target": "thesports:shotsOnTarget",
    "points": "thesports:points",
    "goal_difference": "thesports:goalDifference",
    "goals_for": "thesports:goalsScored",
    "goals_against": "thesports:goalsConceded"
  }
}