@prefix ns1: <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/1023823> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chappie Willett" ;
    ns1:birthDate "1907-09-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4560349/> ;
    ns1:deathDate "1976-03-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Chappie Willett" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nb99187453>,
        <http://www.wikidata.org/entity/Q28006961>,
        <https://musicbrainz.org/artist/2fda19c4-219c-4dac-a89e-af3d5c1cc54a> .

