@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/1012330> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hyacinthe Klosé" ;
    ns1:birthDate "1808-10-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2463679/> ;
    ns1:deathDate "1880-08-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Hyacinthe Klosé" ;
    skos:exactMatch <http://dbpedia.org/resource/Hyacinthe_Klos%C3%A9>,
        <http://www.wikidata.org/entity/Q1354755>,
        <https://id.loc.gov/authorities/names/nr92021636>,
        <https://musicbrainz.org/artist/3e033c6d-9724-43f9-ab47-e267bf8e951f> .

