@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/1021396> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Morris Broadnax" ;
    ns1:birthDate "1931-02-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4990729/> ;
    ns1:deathDate "2009-02-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Morris Broadnax" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q26213545>,
        <https://id.loc.gov/authorities/n2017055847>,
        <https://musicbrainz.org/artist/fd6ea066-9a8c-4dd2-ab4f-3cd10e28cfa3> .

