@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/17435> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Kathleen Supové" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/1238>,
        <http://data.carnegiehall.org/instruments/314>,
        <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthPlace <https://sws.geonames.org/5746545/> ;
    ns2:name "Kathleen Supové" ;
    skos:exactMatch <http://dbpedia.org/resource/Kathleen_Supov%C3%A9>,
        <http://id.loc.gov/authorities/names/nr92036484>,
        <http://www.wikidata.org/entity/Q17037898>,
        <https://musicbrainz.org/artist/b39bec6a-5050-4dfe-97df-c55e498634b2> .

