{ "@context": "https://schema.org", "@type": "SportsTeam", "name": "Springfield Hawks", "sport": "Basketball", "logo": "https://www.springfieldhawks.com/logo.png", "homeLocation": { "@type": "Place", "name": "Hawks Arena", "address": { "@type": "PostalAddress", "streetAddress": "123 Main St", "extendedAddress": "Building B, Suite 100", "addressLocality": "Springfield", "addressRegion": "IL", "postalCode": "62701", "addressCountry": "US" } }, "memberOf": [ { "@type": "SportsOrganization", "name": "Springfield Basketball League" }, { "@type": "SportsAssociation", "name": "National Amateur Basketball Association" } ], "coach": { "@type": "Person", "name": "Jamie Rivera" }, "athlete": [ { "@type": "Person", "name": "Alex Kim" }, { "@type": "Person", "name": "Jordan Smith" } ], "event": { "@type": "SportsEvent", "name": "Springfield Hawks vs. River City Raptors", "startDate": "2025-08-15T19:00:00-05:00", "location": { "@type": "Place", "name": "Hawks Arena", "address": { "@type": "PostalAddress", "streetAddress": "123 Main St", "extendedAddress": "Building B, Suite 100", "addressLocality": "Springfield", "addressRegion": "IL", "postalCode": "62701", "addressCountry": "US" } }, "competitor": [ { "@type": "SportsTeam", "name": "Springfield Hawks" }, { "@type": "SportsTeam", "name": "River City Raptors" } ], "referee": { "@type": "Person", "name": "Morgan Lee" } } }