@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/1003273> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henry Geehl" ;
    ns1:birthDate "1881-09-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1961-01-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Henry Geehl" ;
    skos:exactMatch <http://dbpedia.org/resource/Henry_Geehl>,
        <http://id.loc.gov/authorities/names/n91060166>,
        <http://www.wikidata.org/entity/Q5721856>,
        <https://musicbrainz.org/artist/4b432eb6-27df-4fc1-a1cd-ca395f74983a> .

