@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/1030400> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henri Dumont" ;
    ns1:birthDate "1610"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2801467/> ;
    ns1:deathDate "1684-05-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Henri Dumont" ;
    skos:exactMatch <http://dbpedia.org/resource/Henri_Dumont>,
        <http://www.wikidata.org/entity/Q1364326>,
        <https://id.loc.gov/authorities/n81139129>,
        <https://musicbrainz.org/artist/c61b26b8-921e-49d8-96c8-7d5479fedef2> .

