@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/13767> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edna White" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/463>,
        <http://data.carnegiehall.org/instruments/605> ;
    ns1:birthDate "1892-10-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4843564/> ;
    ns1:deathDate "1992-06-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Edna White" ;
    skos:exactMatch <http://dbpedia.org/resource/Edna_White>,
        <http://id.loc.gov/authorities/names/n96107096>,
        <http://www.wikidata.org/entity/Q13561696>,
        <https://musicbrainz.org/artist/0c5a98bf-effd-4ace-a201-b1b4e8432194> .

