@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/1021814> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Leslie Bell" ;
    ns1:birthDate "1906-05-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6167865/> ;
    ns1:deathDate "1962-01-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Leslie Bell" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q56248002>,
        <https://id.loc.gov/authorities/no92029625>,
        <https://musicbrainz.org/artist/ca4fd7c7-ed44-4b28-97a9-e3e4ce539908> .

