@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/1021559> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lee Garrett" ;
    ns1:birthDate "1948-09-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4436296/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lee Garrett" ;
    skos:exactMatch <http://dbpedia.org/resource/Lee_Garrett>,
        <http://id.loc.gov/authorities/names/n92120673>,
        <http://www.wikidata.org/entity/Q6513651>,
        <https://musicbrainz.org/artist/51b06929-9d83-4071-a545-e48bcf2b6370> .

