@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/day-trip> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Day Trip" ;
    schema:name "Day Trip" ;
    skos:definition "Day Trip, a Travel subclass, refers to same-day out-and-back adventures within driving distance (typically <150 miles roundtrip) that don't require overnight lodging. These local adventures include visits to nearby towns, state parks, attractions, or scenic drives that can be completed from morning to evening. In lifestyle and family content, Day Trips appear in articles on local exploration, budget-friendly outings, seasonal activities, and quick escapes that fit into busy schedules without extensive planning or packing." ;
    skos:inScheme <https://data.hooray.media/ontology/TravelScheme> ;
    skos:broader <https://data.hooray.media/ontology/travel-getaways> ;
    skos:altLabel "Same-Day Trip" ;
    skos:altLabel "Day Excursion" ;
    skos:altLabel "Local Adventure" .