@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/nightlife> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Nightlife" ;
    schema:name "Nightlife" ;
    skos:definition "Nightlife, a subclass of Events, encompasses interesting activities and locations enjoyed in the evening and at night, providing entertainment and social experiences for adults and young adults. Nightlife is distinguished by its focus on evening and nighttime entertainment, including bars, clubs, live music venues, restaurants, and social events that cater to adult audiences seeking social interaction and entertainment after dark. These activities often include dancing, live music, socializing, and dining experiences that create vibrant social atmospheres. In lifestyle coverage, nightlife includes venue guides, event recommendations, and social activities that help adults discover evening entertainment options and social experiences." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Night Life" ;
    skos:altLabel "Evening Entertainment" ;
    skos:altLabel "Night Entertainment" .