@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#> .

<http://data.carnegiehall.org/names/37806> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "John Van Buskirk" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/197>,
        <http://data.carnegiehall.org/instruments/251>,
        <http://data.carnegiehall.org/instruments/314>,
        <http://data.carnegiehall.org/instruments/51>,
        <http://data.carnegiehall.org/instruments/783> ;
    ns2:name "John Van Buskirk" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no95010216>,
        <https://musicbrainz.org/artist/c1715246-2451-488d-b5a4-a99204f6acd0> .

