@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/1007442> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Daniel-Lesur" ;
    ns1:birthDate "1908-11-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "2002-07-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Daniel-Lesur" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean-Yves_Daniel-Lesur>,
        <http://id.loc.gov/authorities/names/n50053429>,
        <http://www.wikidata.org/entity/Q955697>,
        <https://musicbrainz.org/artist/a89b3bc1-50e3-4325-a60b-3b4b3fd775b9> .

