@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/girls-night-out> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Girls' Night Out" ;
    schema:name "Girls' Night Out" ;
    skos:definition "GirlsNightOut, a subclass of Events, covers social evenings where women gather to unwind, celebrate friendship, or enjoy entertainment—typically involving dining, cocktails, dancing, or creative activities. It captures the spirit of community and self-care through shared laughter and style." ;
    skos:inScheme <https://data.hooray.media/ontology/AudienceFitScheme> ;
    skos:broader <https://data.hooray.media/ontology/social-occasion> ;
    skos:altLabel "Galentine's" ;
    skos:altLabel "GNO" ;
    skos:altLabel "Ladies Night" .