@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/23399> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean Goldkette" ;
    ns1:birthDate "1893-03-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2971041/> ;
    ns1:deathDate "1962-03-24"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Jean Goldkette" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean_Goldkette>,
        <http://id.loc.gov/authorities/names/n92027285>,
        <http://www.wikidata.org/entity/Q484688>,
        <https://musicbrainz.org/artist/dfcf29d8-fbef-4ff3-a2a9-8b0c14e9d46d> .

