@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/education> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Education" ;
    schema:name "Education" ;
    skos:definition "Education, a Family subclass, covers K–12 learning and the family-centered ecosystem around school years: choosing schools, supporting students at home, engaging with teachers and programs, and navigating calendars, milestones, and services that shape daily family life. It includes school selection (public, private, charter, religious), classroom/academic supports, after-school and enrichment, school culture events (spirit weeks, proms, graduations), and seasonal rhythms (back-to-school, winter/spring breaks). In lifestyle coverage, Education helps families make practical decisions (What school fits? How do we prep?), plan schedules, and tap local opportunities (tutoring, clubs, testing prep, enrichment) without straying into college admissions or purely academic theory." ;
    skos:inScheme <https://data.hooray.media/ontology/FamilyEducationScheme> ;
    skos:broader <https://data.hooray.media/ontology/family-education> ;
    skos:narrower <https://data.hooray.media/ontology/back-to-school> ;
    skos:narrower <https://data.hooray.media/ontology/schools> ;
    skos:narrower <https://data.hooray.media/ontology/preschool> ;
    skos:narrower <https://data.hooray.media/ontology/vpk> ;
    skos:narrower <https://data.hooray.media/ontology/after-school-program> ;
    skos:narrower <https://data.hooray.media/ontology/tutoring-test-prep> ;
    skos:narrower <https://data.hooray.media/ontology/special-education> ;
    skos:narrower <https://data.hooray.media/ontology/school-selection> ;
    skos:narrower <https://data.hooray.media/ontology/school-safety> ;
    skos:narrower <https://data.hooray.media/ontology/prom> ;
    skos:altLabel "K–12 Education" ;
    skos:altLabel "Pre-College Education" ;
    skos:altLabel "School Years" .