@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/38957> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Richard Lewis" ;
    ns1:birthDate "1947-06-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:deathDate "2024-02-27"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Richard Lewis" ;
    skos:exactMatch <http://dbpedia.org/resource/Richard_Lewis_(comedian)>,
        <http://www.wikidata.org/entity/Q331587>,
        <https://id.loc.gov/authorities/no98095699>,
        <https://musicbrainz.org/artist/8ca9fa4b-1aa8-4350-b92e-5f26c02fe8aa> .

