@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/19908> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jascha Horenstein" ;
    ns1:birthDate "1898-06-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/703448/> ;
    ns1:deathDate "1973-04-02"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Jascha Horenstein" ;
    skos:exactMatch <http://dbpedia.org/resource/Jascha_Horenstein>,
        <http://www.wikidata.org/entity/Q214965>,
        <https://id.loc.gov/authorities/n82111861>,
        <https://musicbrainz.org/artist/f0fdf43e-55f3-48fb-a9ed-fbe254750f9b> .

