@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/schools> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Schools" ;
    schema:name "Schools" ;
    skos:definition "Schools, an Education subclass, encompasses **educational institutions** where children and youth engage in formal learning, skill development, and social growth, including public, private, religious, and charter schools that provide academic programs, extracurricular activities, and community engagement opportunities. In lifestyle coverage, schools represent **structured learning and community involvement** that combine academic education with social development, providing families with educational options that support their children's growth while preparing them for future success and community participation.\n\nIn Hooray Media's family-focused context, school content includes **school selection** (evaluating different school types, understanding educational approaches, assessing fit for family needs), **academic programs** (curricula, specialized programs, extracurricular activities), **family involvement** (parent-teacher partnerships, school events, community engagement), and **educational support** (academic achievement, social development, college preparation). Schools bridge **education and community**, offering families opportunities to provide their children with quality education while participating in school communities that support academic success and social development.\n\nFor families, schools provide structured educational environments that support children's academic and social development while offering opportunities for family involvement and community connection. For parents, it offers guidance on school selection, educational approaches, and ways to support their children's learning and development. For students, it delivers academic education, social interaction, and skill development in supportive environments that prepare them for future success and community participation." ;
    skos:inScheme <https://data.hooray.media/ontology/FamilyEducationScheme> ;
    skos:broader <https://data.hooray.media/ontology/education> ;
    skos:narrower <https://data.hooray.media/ontology/private-schools> ;
    skos:narrower <https://data.hooray.media/ontology/charter-schools> ;
    skos:narrower <https://data.hooray.media/ontology/home-school> ;
    skos:altLabel "Educational Institutions" ;
    skos:altLabel "School Education" ;
    skos:altLabel "School System" .