@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/parents-night-out> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Parents' Night Out" ;
    schema:name "Parents' Night Out" ;
    skos:definition "Parents' Night Out is a DateNight subclass for romantic evening plans tailored to caregivers—shorter windows, early seatings, sitter logistics, or kid-club programming that enables parents to go out together." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "PNO" ;
    skos:altLabel "Parent Date Night" ;
    skos:altLabel "Parents Night Out" .