Stats Perform · JSON-LD Context

Stats Perform Context

JSON-LD context defining the semantic vocabulary for Stats Perform from Stats Perform.

42 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
stats: https://statsperform.com/vocab/

Classes

id type Event Team Player Article BoxScore PlayByPlay eventId startDateTime status sport league homeTeam awayTeam homeScore awayScore periods teamId name abbreviation city conference division logoUrl founded venue playerId firstName lastName position jerseyNumber birthDate birthCity headline publishedAt body season wins losses winPct points

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "stats": "https://statsperform.com/vocab/",
    "id": "@id",
    "type": "@type",
    "Event": "schema:SportsEvent",
    "Team": "schema:SportsTeam",
    "Player": "schema:Person",
    "Article": "schema:NewsArticle",
    "BoxScore": "stats:BoxScore",
    "PlayByPlay": "stats:PlayByPlay",
    "eventId": "stats:eventId",
    "startDateTime": "schema:startDate",
    "status": "schema:eventStatus",
    "sport": "stats:sport",
    "league": "stats:league",
    "homeTeam": "schema:homeTeam",
    "awayTeam": "schema:awayTeam",
    "homeScore": "schema:homeScore",
    "awayScore": "schema:awayScore",
    "periods": "stats:periods",
    "teamId": "stats:teamId",
    "name": "schema:name",
    "abbreviation": "stats:abbreviation",
    "city": "schema:addressLocality",
    "conference": "stats:conference",
    "division": "stats:division",
    "logoUrl": "schema:logo",
    "founded": "schema:foundingDate",
    "venue": "schema:location",
    "playerId": "stats:playerId",
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "position": "schema:jobTitle",
    "jerseyNumber": "stats:jerseyNumber",
    "birthDate": "schema:birthDate",
    "birthCity": "schema:birthPlace",
    "headline": "schema:headline",
    "publishedAt": "schema:datePublished",
    "body": "schema:articleBody",
    "season": "stats:season",
    "wins": "stats:wins",
    "losses": "stats:losses",
    "winPct": "stats:winPercentage",
    "points": "stats:points"
  }
}