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

<http://data.carnegiehall.org/names/28968> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Hedy West" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/349>,
        <http://data.carnegiehall.org/instruments/897> ;
    ns2:birthDate "1938-04-06"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4186531/> ;
    ns2:deathDate "2005-07-03"^^xsd:date ;
    ns2:name "Hedy West" ;
    skos:exactMatch <http://dbpedia.org/resource/Hedy_West>,
        <http://www.wikidata.org/entity/Q4990341>,
        <https://id.loc.gov/authorities/names/no94040659>,
        <https://musicbrainz.org/artist/62df28ac-4c6f-462a-8247-3332ccebae38> .

