@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/1001487> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eugène Gigout" ;
    ns1:birthDate "1844-03-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2990999/> ;
    ns1:deathDate "1925-12-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Eugène Gigout" ;
    skos:exactMatch <http://dbpedia.org/resource/Eug%C3%A8ne_Gigout>,
        <http://www.wikidata.org/entity/Q549483>,
        <https://id.loc.gov/authorities/names/n82099794>,
        <https://musicbrainz.org/artist/5956b33d-f946-4312-ac2e-a548db21ba7d> .

