@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/1021808> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lee Hall" ;
    ns1:birthDate "1966-09-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2641673/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Lee Hall" ;
    skos:exactMatch <http://dbpedia.org/resource/Lee_Hall_(playwright)>,
        <http://id.loc.gov/authorities/names/nb99030400>,
        <http://www.wikidata.org/entity/Q1811812>,
        <https://musicbrainz.org/artist/56d77750-a97e-4a86-b396-7c3f090351ab> .

