@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/1004814> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Cecil Burleigh" ;
    ns1:birthDate "1885-04-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5145161/> ;
    ns1:deathDate "1980-07-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Cecil Burleigh" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n88159803>,
        <http://www.wikidata.org/entity/Q56331562>,
        <https://musicbrainz.org/artist/5e635db0-2b65-4903-8502-5236af45864e> .

