@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/1006342> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kent Kennan" ;
    ns1:birthDate "1913-04-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5263045/> ;
    ns1:deathDate "2003-11-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Kent Kennan" ;
    skos:exactMatch <http://dbpedia.org/resource/Kent_Kennan>,
        <http://id.loc.gov/authorities/names/n50045337>,
        <http://www.wikidata.org/entity/Q942463>,
        <https://musicbrainz.org/artist/01d90b8d-78bf-4369-863f-17051f3d836b> .

