@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/1004560> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "James Hotchkiss Rogers" ;
    ns1:birthDate "1857-02-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4834146/> ;
    ns1:deathDate "1940-11-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "James Hotchkiss Rogers" ;
    skos:exactMatch <http://dbpedia.org/resource/James_Hotchkiss_Rogers>,
        <http://id.loc.gov/authorities/names/no90012175>,
        <http://www.wikidata.org/entity/Q1680578>,
        <https://musicbrainz.org/artist/be383293-0180-4c07-bb0b-97aa737f1fe4> .

