@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/136214> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Michael Whitehall" ;
    ns1:birthDate "1940-04-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2649808/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Michael Whitehall" ;
    skos:exactMatch <http://dbpedia.org/resource/Michael_Whitehall>,
        <http://www.wikidata.org/entity/Q16105522>,
        <https://id.loc.gov/authorities/n2007065618>,
        <https://musicbrainz.org/artist/dd15898b-3308-4c06-a9e3-6fd7d948875a> .

