@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/1031156> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Léonce Détroyat" ;
    ns1:birthDate "1829-09-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3034475/> ;
    ns1:deathDate "1898-01-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Léonce Détroyat" ;
    skos:exactMatch <http://dbpedia.org/resource/Pierre_L%C3%A9once_D%C3%A9troyat>,
        <http://id.loc.gov/authorities/names/no93037511>,
        <http://www.wikidata.org/entity/Q23503310>,
        <https://musicbrainz.org/artist/516e0fc1-d90a-42ea-acf1-b63a0eab6928> .

