@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/1004248> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "H. Balfour Gardiner" ;
    ns1:birthDate "1877-11-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1950-06-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "H. Balfour Gardiner" ;
    skos:exactMatch <http://dbpedia.org/resource/H._Balfour_Gardiner>,
        <http://www.wikidata.org/entity/Q1606497>,
        <https://id.loc.gov/authorities/names/n81028212>,
        <https://musicbrainz.org/artist/ae31fbaa-014d-4f3d-8145-4fc4a3a2a3d8> .

