@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/59357> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Karl Ulrich Schnabel" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1909-08-06"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/2950159/> ;
    ns2:deathDate "2001"^^xsd:gYear ;
    ns2:name "Karl Ulrich Schnabel" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Ulrich_Schnabel>,
        <http://www.wikidata.org/entity/Q1979573>,
        <https://id.loc.gov/authorities/names/n80125806>,
        <https://musicbrainz.org/artist/8a0f1eb8-f6e0-42f2-974f-d85c5fff994c> .

