@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/28280> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Christoph von Dohnányi" ;
    ns1:birthDate "1920-09-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2950159/> ;
    ns1:deathDate "2025-09-06"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://data.carnegiehall.org/roles/946> ;
    ns1:name "Christoph von Dohnányi" ;
    skos:exactMatch <http://dbpedia.org/resource/Christoph_von_Dohn%C3%A1nyi>,
        <http://id.loc.gov/authorities/names/n81072539>,
        <http://www.wikidata.org/entity/Q58039>,
        <https://musicbrainz.org/artist/39a2d137-0183-4d73-9948-28cc30c16eca> .

