@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/1026462> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "DuBose Heyward" ;
    ns1:birthDate "1885-08-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4574324/> ;
    ns1:deathDate "1940-06-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "DuBose Heyward" ;
    skos:exactMatch <http://dbpedia.org/resource/DuBose_Heyward>,
        <http://www.wikidata.org/entity/Q2382900>,
        <https://id.loc.gov/authorities/names/n50041800>,
        <https://musicbrainz.org/artist/82953e0d-464a-4fb8-80fc-78dbf8b49b1b> .

