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

<https://data.hooray.media/vocab/cip-codes/09.01> a schema:DefinedTerm, skos:Concept ;
    schema:name "Communication and Media Studies." ;
    skos:prefLabel "Communication and Media Studies." ;
    skos:inScheme <https://data.hooray.media/vocab/cip-codes> ;
    schema:sameAs <https://nces.ed.gov/ipeds/cipcode/cipdetail.aspx?y=56&cip=09.01> ;
    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 "09.01" ] .