@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/1027243> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Wole Soyinka" ;
    ns1:birthDate "1934-07-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2352947/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Wole Soyinka" ;
    skos:exactMatch <http://dbpedia.org/resource/Wole_Soyinka>,
        <http://www.wikidata.org/entity/Q41488>,
        <https://id.loc.gov/authorities/names/n80038437>,
        <https://musicbrainz.org/artist/4ddc5433-5baf-4183-99cb-48ea72173e2f> .

