@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <https://schema.org/> .

<https://data.hooray.media/vocab/cip-codes/31.05> a schema:DefinedTerm, skos:Concept ;
    schema:name "Health and Physical Education/Fitness." ;
    skos:prefLabel "Health and Physical Education/Fitness." ;
    skos:inScheme <https://data.hooray.media/vocab/cip-codes> ;
    schema:sameAs <https://nces.ed.gov/ipeds/cipcode/cipdetail.aspx?y=56&cip=31.05> ;
    schema:identifier [ a schema:PropertyValue ;
        schema:propertyID "CIP Code" ;
        schema:name "CIP Code" ;
        schema:description "Classification of Instructional Programs code maintained by NCES" ;
        schema:value "31.05" ] .