@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/fashion> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Fashion" ;
    schema:name "Fashion" ;
    skos:definition "Fashion, a subclass of Lifestyle, covers the expression of personal and cultural identity through clothing, accessories, and styling choices. It reflects individuality, mood, and seasonality—how people dress for Florida's warm climate, coastal color palettes, and social life. In lifestyle media, Fashion ranges from school style and date-night looks to local boutique features, sustainability trends, and family outfit coordination for photo shoots or holidays." ;
    skos:inScheme <https://data.hooray.media/ontology/ActivityTypeScheme> ;
    skos:broader <https://data.hooray.media/ontology/activity-type> ;
    skos:altLabel "Style" ;
    skos:altLabel "Clothing & Accessories" ;
    skos:altLabel "Personal Style" .