@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/golf> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Golf" ;
    schema:name "Golf" ;
    skos:definition "Golf, a subclass of Sports, covers the play and culture of the game—courses, driving ranges, lessons, leagues, and tournaments—where players complete holes in as few strokes as possible. In lifestyle coverage, golf can be a family pastime, a couples' escape, or a social wellness habit, from par-3 evenings to bucket-list resort rounds across Florida's year-round fairways." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Golfing" .