@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/1008672> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Leon René" ;
    ns1:birthDate "1902-02-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4321005/> ;
    ns1:deathDate "1982-05-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Leon René" ;
    skos:exactMatch <http://dbpedia.org/resource/Leon_Ren%C3%A9>,
        <http://www.wikidata.org/entity/Q6524850>,
        <https://id.loc.gov/authorities/names/no93035733>,
        <https://musicbrainz.org/artist/8a65c2f3-e954-48b9-92e8-0abd8f2ea5fc> .

