@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/1017691> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lewis H. Redner" ;
    ns1:birthDate "1831-12-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4560349/> ;
    ns1:deathDate "1908-08-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lewis H. Redner" ;
    skos:exactMatch <http://dbpedia.org/resource/Lewis_Redner>,
        <http://id.loc.gov/authorities/names/no2002068875>,
        <http://www.wikidata.org/entity/Q4392214>,
        <https://musicbrainz.org/artist/dff5d398-8857-4ec2-882d-56fdc10ce07b> .

