@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/1023702> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alan Kohan" ;
    ns1:birthDate "1933-08-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110266/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Alan Kohan" ;
    skos:exactMatch <http://dbpedia.org/resource/Buz_Kohan>,
        <http://www.wikidata.org/entity/Q5003407>,
        <https://id.loc.gov/authorities/names/no99091642>,
        <https://musicbrainz.org/artist/f257c7f7-a6e6-41aa-a270-6913df168d19> .

