@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/29514> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eddie Anderson" ;
    ns1:birthDate "1905-09-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5378538/> ;
    ns1:deathDate "1977-02-28"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Eddie Anderson" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n78080690>,
        <http://www.wikidata.org/entity/Q1751027>,
        <https://musicbrainz.org/artist/f2937836-f5a2-4591-9bc2-9f869a27b5be> .

