@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/135136> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Keiko Toda" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/349> ;
    ns2:birthDate "1957-09-12"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/1856057/> ;
    ns2:name "Keiko Toda" ;
    skos:exactMatch <http://dbpedia.org/resource/Keiko_Toda>,
        <http://www.wikidata.org/entity/Q1370797>,
        <https://id.loc.gov/authorities/no2012111874>,
        <https://musicbrainz.org/artist/fed7965d-8b8c-49d2-a477-2780946f1c87> .

