@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/1002716> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Reginald De Koven" ;
    ns1:birthDate "1859-04-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4838633/> ;
    ns1:deathDate "1920-01-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Reginald De Koven" ;
    skos:exactMatch <http://dbpedia.org/resource/Reginald_De_Koven>,
        <http://id.loc.gov/authorities/names/n88643905>,
        <http://www.wikidata.org/entity/Q4350526>,
        <https://musicbrainz.org/artist/4fe89060-467a-4d1c-9f8f-e0b25a829039> .

