@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/25605> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Terrence McNally" ;
    ns1:birthDate "1938-11-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4171563/> ;
    ns1:deathDate "2020-03-24"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/409>,
        <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Terrence McNally" ;
    skos:exactMatch <http://dbpedia.org/resource/Terrence_McNally>,
        <http://id.loc.gov/authorities/names/n50012927>,
        <http://www.wikidata.org/entity/Q1566335>,
        <https://musicbrainz.org/artist/c337917f-495f-4b78-8a7c-2249a88c6963> .

