@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/1022902> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Charles Nuitter" ;
    ns1:birthDate "1828-04-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2988507/> ;
    ns1:deathDate "1899-02-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Charles Nuitter" ;
    skos:exactMatch <http://dbpedia.org/resource/Charles-Louis-%C3%89tienne_Nuitter>,
        <http://id.loc.gov/authorities/names/n81075572>,
        <http://www.wikidata.org/entity/Q947276>,
        <https://musicbrainz.org/artist/53900e68-0cea-4144-b08d-507b161eb31a> .

