@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/134549> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Allison Closner" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/349> ;
    ns1:name "Allison Closner" ;
    skos:exactMatch <https://musicbrainz.org/artist/b928af59-f7d3-47d3-b21a-d2f03adf3c0d> .

