@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/50442> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Horace Heidt" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns1:birthDate "1901-05-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5322737/> ;
    ns1:deathDate "1986-12-01"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Horace Heidt" ;
    skos:exactMatch <http://dbpedia.org/resource/Horace_Heidt>,
        <http://id.loc.gov/authorities/names/n84145385>,
        <http://www.wikidata.org/entity/Q744222>,
        <https://musicbrainz.org/artist/e6448d57-a464-4352-b044-84c3f6b62b76> .

