@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/1001494> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Léon Jessel" ;
    ns1:birthDate "1871-01-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3083829/> ;
    ns1:deathDate "1942-01-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Léon Jessel" ;
    skos:exactMatch <http://dbpedia.org/resource/Leon_Jessel>,
        <http://id.loc.gov/authorities/names/n82032732>,
        <http://www.wikidata.org/entity/Q571212>,
        <https://musicbrainz.org/artist/cae10c3b-d89c-4fb6-a090-2635d73bd13c> .

