@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/social-occasion> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Social Occasion" ;
    schema:name "Social Occasion" ;
    skos:definition "Group and social gathering contexts -- who you're with and what kind of outing it is, from business dinners to girls' night out in Tampa Bay" ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/audience-fit> .