@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/41256> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Richard Savino" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/1>,
        <http://data.carnegiehall.org/instruments/600>,
        <http://data.carnegiehall.org/instruments/775> ;
    ns2:name "Richard Savino" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n94094966>,
        <https://musicbrainz.org/artist/9d627520-93fe-4b45-b7f9-2fe556837a2f> .

