@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/names/125233> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Brandee Younger" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/481> ;
    ns1:birthPlace <https://sws.geonames.org/5120478/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/509> ;
    ns1:name "Brandee Younger" ;
    skos:exactMatch <http://dbpedia.org/resource/Brandee_Younger>,
        <http://id.loc.gov/authorities/names/no2015139303>,
        <http://www.wikidata.org/entity/Q4956620>,
        <https://musicbrainz.org/artist/61d68647-258e-43e2-942f-11321df5a96a> .

