@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/college-prep-camp> a skos:Concept, schema:DefinedTerm ;
    skos:prefLabel "College Prep Camp" ;
    schema:name "College Prep Camp" ;
    skos:definition "Advanced programs for high school students focusing on college readiness, including AP course preparation, essay writing, and standardized test strategies. Supports transitions from high school to college through academic and personal development." ;
    skos:inScheme <https://data.hooray.media/ontology/FamilyEducationScheme> ;
    skos:broader <https://data.hooray.media/ontology/summer-camp> ;
    skos:altLabel "AP Prep Camp" ;
    skos:altLabel "SAT Prep Camp" .