@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/home-school> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "Home School" ;
    schema:name "Home School" ;
    skos:definition "HomeSchool, a subclass of SchoolsByGovernance, encompasses educational approaches where parents or guardians serve as primary educators for their children within the home environment, instead of traditional institutional schools. In lifestyle coverage, it includes curriculum planning, educational resources, co-op groups, socialization strategies, and family routines that support personalized learning, flexible scheduling, and educational autonomy while meeting state requirements and family values." ;
    skos:inScheme <https://data.hooray.media/ontology/FamilyEducationScheme> ;
    skos:broader <https://data.hooray.media/ontology/schools> ;
    skos:altLabel "Homeschooling" ;
    skos:altLabel "Home Education" ;
    skos:altLabel "Home-Based Education" .