@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/1025427> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chester Kallman" ;
    ns1:birthDate "1921-01-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:deathDate "1975-01-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Chester Kallman" ;
    skos:exactMatch <http://dbpedia.org/resource/Chester_Kallman>,
        <http://www.wikidata.org/entity/Q5093626>,
        <https://id.loc.gov/authorities/names/n50067197>,
        <https://musicbrainz.org/artist/e4253a8d-9813-4d08-a52b-6c3c683db3ec> .

