@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/beach-day> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Beach Day" ;
    schema:name "Beach Day" ;
    skos:definition "Beach Day refers to same-day coastal outings focused on recreation, relaxation, and local exploration—swimming, shelling, beach picnics, or sunset strolls. Often paired with nearby dining or activities (ice cream, boardwalk, pier)." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Beach Outing" ;
    skos:altLabel "Beach Excursion" ;
    skos:altLabel "Coastal Day" .