@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/108448> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Denée Benton" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/349>,
        <http://data.carnegiehall.org/instruments/61> ;
    ns2:birthDate "1992-12-31"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4178560/> ;
    ns2:name "Denée Benton" ;
    skos:exactMatch <http://dbpedia.org/resource/Den%C3%A9e_Benton>,
        <http://www.wikidata.org/entity/Q26702160>,
        <https://musicbrainz.org/artist/a7954a0a-7b80-4a1a-ad40-6ff5a3294c4a> .

