@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/81805> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Jim Bonfanti" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/850> ;
    ns2:birthDate "1948-12-17"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5219722/> ;
    ns2:name "Jim Bonfanti" ;
    skos:exactMatch <http://dbpedia.org/resource/Jim_Bonfanti>,
        <http://www.wikidata.org/entity/Q6193745>,
        <https://musicbrainz.org/artist/b8d66d82-b662-48db-8ac3-94d2c33a3ab6> .

