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

<https://data.hooray.media/vocab/degree-levels/5> a schema:DefinedTerm, skos:Concept ;
    schema:name "Master's Degree" ;
    skos:prefLabel "Master's Degree" ;
    skos:inScheme <https://data.hooray.media/vocab/degree-levels> ;
    schema:sameAs <https://www.wikidata.org/wiki/Q183816> ;
    schema:identifier [ a schema:PropertyValue ;
        schema:propertyID "IPEDS CREDLEV" ;
        schema:name "IPEDS CREDLEV" ;
        schema:value "5" ] .