@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <https://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://data.hooray.media/ontology/football> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Football" ;
    schema:name "Football" ;
    skos:definition "Football, a subclass of TeamSports, refers to the American sport played with an oval ball on a rectangular field, centered on teamwork, competition, and fan culture. In lifestyle coverage, it extends beyond the game to encompass tailgates, youth leagues, homecoming traditions, and community pride. In Florida, football culture spans pee-wee fields to college stadiums—bringing families, friends, and alumni together through Friday nights, Saturdays, and Super Bowl Sundays." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/team-sports> ;
    skos:altLabel "American Football" ;
    skos:altLabel "College Football" ;
    skos:altLabel "NFL" .