@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/preventive-care> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Preventive Care" ;
    schema:name "Preventive Care" ;
    skos:definition "Wellness and prevention content — annual physicals, age-appropriate health screenings, vaccination schedules (Florida school immunization requirements), well-child visits, cancer screening guidelines, and the 'stay healthy' content category that builds long-term trust with readers. Preventive care content drives recurring traffic — every school year starts with a physical." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .