@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/1003278> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jehan Alain" ;
    ns1:birthDate "1911-02-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2979783/> ;
    ns1:deathDate "1940-06-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jehan Alain" ;
    skos:exactMatch <http://dbpedia.org/resource/Jehan_Alain>,
        <http://www.wikidata.org/entity/Q347190>,
        <https://kopkatalogs.lv/F?func=direct&local_base=lnc10&doc_number=000041492&P_CON_LNG=ENG>,
        <https://musicbrainz.org/artist/5436efff-e60d-4142-b655-68cd4a9246a5> .

