@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/1018905> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Stéphane Delplace" ;
    ns1:birthDate "1953-11-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3031582/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Stéphane Delplace" ;
    skos:exactMatch <http://dbpedia.org/resource/St%C3%A9phane_Delplace>,
        <http://id.loc.gov/authorities/names/no98050644>,
        <http://www.wikidata.org/entity/Q2389584>,
        <https://musicbrainz.org/artist/fcf810d9-1de7-4dae-aaed-882f058133e1> .

