@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/dental-health> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Dental Health" ;
    schema:name "Dental Health" ;
    skos:definition "Dental and oral health content — pediatric dentistry (first dental visit, cavity prevention, thumb-sucking), orthodontics (braces vs Invisalign), cosmetic dentistry, dental anxiety management, and finding a dentist in Tampa Bay. Dentists are a major advertising category for local publications — content supports advertiser relationships." ;
    skos:inScheme <https://data.hooray.media/ontology/HealthScheme> ;
    skos:broader <https://data.hooray.media/ontology/health> .