@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/105521> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Martha Redbone" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/243>,
        <http://data.carnegiehall.org/instruments/349> ;
    ns2:birthPlace <https://sws.geonames.org/5110302/> ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/509>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Martha Redbone" ;
    skos:exactMatch <http://dbpedia.org/resource/Martha_Redbone>,
        <http://id.loc.gov/authorities/names/n2010002219>,
        <http://www.wikidata.org/entity/Q6774526>,
        <https://musicbrainz.org/artist/2a68df32-c66d-4938-9e71-9434d5ad35e9> .

