@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/luxury-date-night> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Luxury Date Night" ;
    schema:name "Luxury Date Night" ;
    skos:definition "Luxury Date Night is a DateNight subclass for high-end romantic evenings—tasting menus, chef's counters, private suites, VIP seating, premium concerts, luxury cruises, or bespoke experiences with upscale service cues." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/date-night-activity> ;
    skos:altLabel "Upscale Date Night" ;
    skos:altLabel "High-End Date" ;
    skos:altLabel "Premium Date Night" .