@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/1022609> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hugh Wheeler" ;
    ns1:birthDate "1912-03-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1987-07-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Hugh Wheeler" ;
    skos:exactMatch <http://dbpedia.org/resource/Hugh_Wheeler>,
        <http://id.loc.gov/authorities/names/n79091205>,
        <http://www.wikidata.org/entity/Q5171067>,
        <https://musicbrainz.org/artist/6f3f2ebe-306d-49bf-a9b3-455e88af6ee3> .

