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

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