@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/49455> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Anton Kuerti" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1938-07-21"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/2761367/> ;
    ns2:name "Anton Kuerti" ;
    skos:exactMatch <http://dbpedia.org/resource/Anton_Kuerti>,
        <http://www.wikidata.org/entity/Q2857016>,
        <https://id.loc.gov/authorities/names/n82217049>,
        <https://musicbrainz.org/artist/4ec16955-202c-426c-80cd-d393245f3e80> .

