@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/37684> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Arthur Blythe" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/454>,
        <http://data.carnegiehall.org/instruments/896> ;
    ns2:birthDate "1940-07-05"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5368361/> ;
    ns2:deathDate "2017-03-27"^^xsd:date ;
    ns2:name "Arthur Blythe" ;
    skos:exactMatch <http://dbpedia.org/resource/Arthur_Blythe>,
        <http://id.loc.gov/authorities/names/n80143732>,
        <http://www.wikidata.org/entity/Q349203>,
        <https://musicbrainz.org/artist/91652f18-ce2d-40e1-b6ab-07179a82fb12> .

