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

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