@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/107056> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Tony Yazbeck" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/349> ;
    ns1:birthPlace <https://sws.geonames.org/5387877/> ;
    ns1:name "Tony Yazbeck" ;
    skos:exactMatch <http://dbpedia.org/resource/Tony_Yazbeck>,
        <http://id.loc.gov/authorities/names/no2015067217>,
        <http://www.wikidata.org/entity/Q7823710>,
        <https://musicbrainz.org/artist/9d235607-ac4b-411f-9671-42487152bcfd> .

