@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/1008723> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Maurice Karkoff" ;
    ns1:birthDate "1927-03-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2673730/> ;
    ns1:deathDate "2013-01-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Maurice Karkoff" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q3656719>,
        <https://id.loc.gov/authorities/names/n85272509>,
        <https://musicbrainz.org/artist/e80c037f-ce74-40c4-a5b8-a9b4b11069ab> .

