@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/1008412> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nicolas Bacri" ;
    ns1:birthDate "1961-11-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Nicolas Bacri" ;
    skos:exactMatch <http://dbpedia.org/resource/Nicolas_Bacri>,
        <http://id.loc.gov/authorities/names/n94078532>,
        <http://www.wikidata.org/entity/Q454753>,
        <https://musicbrainz.org/artist/708f66ff-1972-444f-9e98-4e9814fbc0c9> .

