@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/1026754> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eugène Leterrier" ;
    ns1:birthDate "1842-05-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1884-12-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Eugène Leterrier" ;
    skos:exactMatch <http://dbpedia.org/resource/Eug%C3%A8ne_Leterrier>,
        <http://www.wikidata.org/entity/Q3059998>,
        <https://id.loc.gov/authorities/names/n83047389>,
        <https://musicbrainz.org/artist/55730569-b24d-4fa3-9afb-af6115d177fd> .

