@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/20949> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Charles Bressler" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/62> ;
    ns1:birthDate "1926-04-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5196245/> ;
    ns1:deathDate "1996-11-28"^^xsd:date ;
    ns1:name "Charles Bressler" ;
    skos:exactMatch <http://dbpedia.org/resource/Charles_Bressler>,
        <http://www.wikidata.org/entity/Q5075766>,
        <https://id.loc.gov/authorities/names/n85006054>,
        <https://musicbrainz.org/artist/b40a4c85-3e29-4b4a-9200-27d72d580f5f> .

