@prefix ns1: <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/1011426> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Cliff Burwell" ;
    ns1:birthDate "1898-10-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4839366/> ;
    ns1:deathDate "1976-10-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Cliff Burwell" ;
    skos:exactMatch <http://dbpedia.org/resource/Cliff_Burwell>,
        <http://www.wikidata.org/entity/Q5132560>,
        <https://id.loc.gov/authorities/names/no98115580>,
        <https://musicbrainz.org/artist/3da91172-2573-446e-9dd1-4b048a10b409> .

