@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/1027761> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Leonard Lee" ;
    ns1:birthDate "1936-06-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4335045/> ;
    ns1:deathDate "1976-10-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Leonard Lee" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q51375071>,
        <https://id.loc.gov/authorities/no96051392>,
        <https://musicbrainz.org/artist/27f3abc5-ae2e-4ed7-87aa-4007b26ee925> .

