@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/1019545> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Clark Gesner" ;
    ns1:birthDate "1938-03-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4957003/> ;
    ns1:deathDate "2002-07-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Clark Gesner" ;
    skos:exactMatch <http://dbpedia.org/resource/Clark_Gesner>,
        <http://id.loc.gov/authorities/names/n50074036>,
        <http://www.wikidata.org/entity/Q5127240>,
        <https://musicbrainz.org/artist/3e6c7d25-67de-4569-8401-b1a64d3591be> .

