@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/48960> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Badura-Skoda" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns1:birthDate "1927-10-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2761369/> ;
    ns1:deathDate "2019-09-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/edt> ;
    ns1:name "Paul Badura-Skoda" ;
    skos:exactMatch <http://dbpedia.org/resource/Paul_Badura-Skoda>,
        <http://id.loc.gov/authorities/names/n81147251>,
        <http://www.wikidata.org/entity/Q93672>,
        <https://musicbrainz.org/artist/ba7e4f58-e926-4b18-ab32-d36f8f08c2ff> .

