@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/129315> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Meklit Hadero" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/349> ;
    ns1:birthPlace <https://sws.geonames.org/344979/> ;
    ns1:name "Meklit Hadero" ;
    skos:exactMatch <http://dbpedia.org/resource/Meklit_Hadero>,
        <http://id.loc.gov/authorities/names/no2010158409>,
        <http://www.wikidata.org/entity/Q6810590>,
        <https://musicbrainz.org/artist/b6c9b1c4-da98-4d17-96f5-4a6af58ade60> .

