XooCode(){

Schema: sport

Schema: sport Example Markup

The following are examples of markup written in json+ld that include the correct usage for Schema: sport.

SportsTeam

SportsTeam JSON-LD example for a fictional Dunmore basketball team. Covers athlete, coach, gender (the 3 properties unique to SportsTeam), sport from SportsOrganization, and how SportsTeam differs from SportsActivityLocation.

SportsEvent

SportsEvent JSON-LD example for a Dunmore Dynamos basketball game. Covers homeTeam and awayTeam as SportsTeam references, the generic competitor property for individual sports, sport, and how SportsEvent connects to SportsTeam entities in the knowledge graph.

StadiumOrArena

StadiumOrArena JSON-LD stub. Dual-inherits from CivicStructure and SportsActivityLocation. No unique properties; the dual lineage gives it both civic-structure and sports-facility inherited properties.

SportsOrganization

SportsOrganization JSON-LD example for the parent type behind SportsTeam. Organization subtype adding one property: sport (Text or URL).

BroadcastEvent

BroadcastEvent JSON-LD example for a specific broadcast instance of a program. PublicationEvent subtype adding broadcastOfEvent, isLiveBroadcast, subtitleLanguage, videoFormat.

GenderType

GenderType JSON-LD reference. Enumeration with Male and Female values; used as the value of the gender property on Person and SportsTeam.