@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/1015895> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ben-Zion Shenker" ;
    ns1:birthDate "1925-05-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:deathDate "2016-11-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ben-Zion Shenker" ;
    skos:exactMatch <http://dbpedia.org/resource/Ben_Zion_Shenker>,
        <http://www.wikidata.org/entity/Q7003070>,
        <https://id.loc.gov/authorities/names/n2014048362>,
        <https://musicbrainz.org/artist/67f4742f-8db4-4a2e-94b2-418a5f84c0ce> .

