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

<http://data.carnegiehall.org/names/15394> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Donald Byrd" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/129>,
        <http://data.carnegiehall.org/instruments/243>,
        <http://data.carnegiehall.org/instruments/349>,
        <http://data.carnegiehall.org/instruments/400>,
        <http://data.carnegiehall.org/instruments/463>,
        <http://data.carnegiehall.org/instruments/783>,
        <http://data.carnegiehall.org/instruments/894> ;
    ns2:birthDate "1932-12-09"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4990729/> ;
    ns2:deathDate "2013-02-04"^^xsd:date ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Donald Byrd" ;
    skos:exactMatch <http://dbpedia.org/resource/Donald_Byrd>,
        <http://id.loc.gov/authorities/names/n81011276>,
        <http://www.wikidata.org/entity/Q362764>,
        <https://musicbrainz.org/artist/69f95e5c-4b34-4c8b-b8fe-c59f9296195a> .

