@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/137820> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sekouba Bambino" ;
    ns1:birthDate "1964-04-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2415703/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/500> ;
    ns1:name "Sekouba Bambino" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2003008195>,
        <http://www.wikidata.org/entity/Q351825>,
        <https://musicbrainz.org/artist/9c3d86e1-9647-49ca-954e-7d6f90b1f041> .

