@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/weekend-getaway> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Weekend Getaway" ;
    schema:name "Weekend Getaway" ;
    skos:definition "Weekend Getaway covers short overnight escapes (typically 1–2 nights) within a few hours' drive from home. Common in lifestyle and parenting content, these include romantic retreats, family resort weekends, spa or beach overnights, mountain cabins, and themed local escapes. Posts focus on ease of access, itineraries, and weekend timing (Friday–Sunday)." ;
    skos:inScheme <https://data.hooray.media/ontology/TravelScheme> ;
    skos:broader <https://data.hooray.media/ontology/travel-getaways> ;
    skos:altLabel "Short Getaway" ;
    skos:altLabel "Mini Vacation" ;
    skos:altLabel "Weekend Escape" .