@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/1027529> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Christopher Wheeldon" ;
    ns1:birthDate "1973-03-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2633373/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/chr> ;
    ns1:name "Christopher Wheeldon" ;
    skos:exactMatch <http://dbpedia.org/resource/Christopher_Wheeldon>,
        <http://www.wikidata.org/entity/Q2966661>,
        <https://id.loc.gov/authorities/names/n97850084>,
        <https://musicbrainz.org/artist/0b9e0bd7-2fca-4d88-9390-e30b048b8957> .

