@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/1019575> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Philippe Hersant" ;
    ns1:birthDate "1948-06-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3169070/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Philippe Hersant" ;
    skos:exactMatch <http://dbpedia.org/resource/Philippe_Hersant>,
        <http://id.loc.gov/authorities/names/n80074204>,
        <http://www.wikidata.org/entity/Q3380013>,
        <https://musicbrainz.org/artist/aaab031c-a45a-4ab0-8be1-282984cb466c> .

