@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/1005814> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Seymour Shifrin" ;
    ns1:birthDate "1926-02-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4930956/> ;
    ns1:deathDate "1979-09-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Seymour Shifrin" ;
    skos:exactMatch <http://dbpedia.org/resource/Seymour_Shifrin>,
        <http://www.wikidata.org/entity/Q16885640>,
        <https://musicbrainz.org/artist/c76ec8de-15f8-4d1d-b994-b4353af7d373> .

