@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/1002471> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dumisani Maraire" ;
    ns1:birthDate "1944-12-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/884979/> ;
    ns1:deathDate "1999-11-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Dumisani Maraire" ;
    skos:exactMatch <http://dbpedia.org/resource/Dumisani_Maraire>,
        <http://id.loc.gov/authorities/names/n86140860>,
        <http://www.wikidata.org/entity/Q1264998>,
        <https://musicbrainz.org/artist/9a4d5b32-a34a-4aec-b781-865b4fb56026> .

