@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/1008853> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Guillaume Lekeu" ;
    ns1:birthDate "1870-01-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2795795/> ;
    ns1:deathDate "1894-01-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Guillaume Lekeu" ;
    skos:exactMatch <http://dbpedia.org/resource/Guillaume_Lekeu>,
        <http://www.wikidata.org/entity/Q450990>,
        <https://id.loc.gov/authorities/names/n79127796>,
        <https://musicbrainz.org/artist/08e88d33-fbc7-42d8-9fbf-c14f552f1277> .

