@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/27828> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eugen Jochum" ;
    ns1:birthDate "1902-11-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2953770/> ;
    ns1:deathDate "1987-03-26"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Eugen Jochum" ;
    skos:exactMatch <http://dbpedia.org/resource/Eugen_Jochum>,
        <http://www.wikidata.org/entity/Q57419>,
        <https://id.loc.gov/authorities/names/n81078918>,
        <https://musicbrainz.org/artist/99363f81-d2b7-4183-971f-e4c6fdfc771b> .

