@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/daycare> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Daycare" ;
    schema:name "Daycare" ;
    skos:definition "Daycare, a Parenting subclass, covers full- or half-day supervised care for infants, toddlers, and preschool-age children (typically 0–5) provided by licensed centers, in-home providers, or community programs. It focuses on child safety, early development, socialization, and reliable coverage for working parents." ;
    skos:inScheme <https://data.hooray.media/ontology/FamilyEducationScheme> ;
    skos:broader <https://data.hooray.media/ontology/parenting> ;
    skos:altLabel "Child Care Center" ;
    skos:altLabel "Day Care" ;
    skos:altLabel "Infant Care" ;
    skos:altLabel "Toddler Care" .