@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/92086> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Stéphane Denève" ;
    ns1:birthDate "1971-11-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2972284/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Stéphane Denève" ;
    skos:exactMatch <http://dbpedia.org/resource/St%C3%A9phane_Den%C3%A8ve>,
        <http://id.loc.gov/authorities/names/no2001084961>,
        <http://www.wikidata.org/entity/Q2564650>,
        <https://musicbrainz.org/artist/604a98b0-b134-4813-9023-3de95c0fdcb9> .

