@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/wellness-self-care> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Wellness / Self-Care" ;
    schema:name "Wellness / Self-Care" ;
    skos:definition "Self-care and wellness experiences in Tampa Bay — spa days, yoga retreats, meditation classes, float tanks, salt rooms, and wellness-focused outings" ;
    skos:inScheme <https://data.hooray.media/ontology/ExperienceStyleScheme> ;
    skos:broader <https://data.hooray.media/ontology/experience-style> .