@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/43840> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chet Allen" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/66> ;
    ns1:birthDate "1939-05-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4533029/> ;
    ns1:deathDate "1984-06-17"^^xsd:date ;
    ns1:name "Chet Allen" ;
    skos:exactMatch <http://dbpedia.org/resource/Chet_Allen_(actor,_born_1939)>,
        <http://id.loc.gov/authorities/names/n85327155>,
        <http://www.wikidata.org/entity/Q5094053>,
        <https://musicbrainz.org/artist/5052943f-fa4b-47c7-92ca-6136f4245d48> .

