@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/1010424> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kenneth Leighton" ;
    ns1:birthDate "1929-10-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2634910/> ;
    ns1:deathDate "1988-08-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Kenneth Leighton" ;
    skos:exactMatch <http://dbpedia.org/resource/Kenneth_Leighton>,
        <http://id.loc.gov/authorities/names/n79090069>,
        <http://www.wikidata.org/entity/Q1569624>,
        <https://musicbrainz.org/artist/9784c54d-1a8a-4ad4-8f20-0a1677084a00> .

