@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/52830> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chalmers Clifton" ;
    ns1:birthDate "1889-04-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4431410/> ;
    ns1:deathDate "1966-06-19"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Chalmers Clifton" ;
    skos:exactMatch <http://dbpedia.org/resource/Chalmers_Clifton>,
        <http://id.loc.gov/authorities/names/n99835471>,
        <http://www.wikidata.org/entity/Q5069006> .

