@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/52431> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Leonard Feather" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1914-09-13"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/2643743/> ;
    ns2:deathDate "1994-09-22"^^xsd:date ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/120>,
        <http://data.carnegiehall.org/roles/409>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Leonard Feather" ;
    skos:exactMatch <http://dbpedia.org/resource/Leonard_Feather>,
        <http://id.loc.gov/authorities/names/n50001002>,
        <http://musicbrainz.org/artist/7b1f4382-fc71-435e-8ed7-e41ad8014b22>,
        <http://www.wikidata.org/entity/Q1382271> .

