@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/38796> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Carl Flesch" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/949> ;
    ns2:birthDate "1873-10-09"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/3047896/> ;
    ns2:deathDate "1944-11-14"^^xsd:date ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Carl Flesch" ;
    skos:exactMatch <http://dbpedia.org/resource/Carl_Flesch>,
        <http://id.loc.gov/authorities/names/n87151248>,
        <http://www.wikidata.org/entity/Q215739>,
        <https://musicbrainz.org/artist/c12e2384-acb6-4b13-8a18-4e5c84ca1623> .

