@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/1001816> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Charles C. Converse" ;
    ns1:birthDate "1832-10-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4954511/> ;
    ns1:deathDate "1918-10-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Charles C. Converse" ;
    skos:exactMatch <http://dbpedia.org/resource/Charles_Crozat_Converse>,
        <http://id.loc.gov/authorities/names/no93005702>,
        <http://www.wikidata.org/entity/Q323458>,
        <https://musicbrainz.org/artist/a0e6bc5d-e09d-4256-b88f-5c542a3a4463> .

