@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/1007260> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hubert Léonard" ;
    ns1:birthDate "1819-04-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2802352/> ;
    ns1:deathDate "1890-05-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Hubert Léonard" ;
    skos:exactMatch <http://dbpedia.org/resource/Hubert_L%C3%A9onard>,
        <http://www.wikidata.org/entity/Q1192120>,
        <https://id.loc.gov/authorities/names/n88019628Q>,
        <https://musicbrainz.org/artist/b9742059-f4f9-4625-9973-e99f5132a40f> .

