@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/cosmetics-and-makeup> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Cosmetics & Makeup" ;
    schema:name "Cosmetics & Makeup" ;
    skos:definition "Makeup and cosmetics content for Tampa Bay — beauty tutorials, local makeup artists for weddings and events, product reviews, humidity-proof makeup tips essential for Florida living, beauty counters at International Plaza and WestShore, and the local beauty influencer scene." ;
    skos:inScheme <https://data.hooray.media/ontology/HomeLifestyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/beauty> .