@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/55114> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Virginia Brewer" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/154>,
        <http://data.carnegiehall.org/instruments/189>,
        <http://data.carnegiehall.org/instruments/272>,
        <http://data.carnegiehall.org/instruments/294> ;
    ns2:name "Virginia Brewer" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no93027627>,
        <https://musicbrainz.org/artist/b9ecfcb7-d48d-42f9-b23b-e3657400ef74> .

