@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/1004313> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sammy Lerner" ;
    ns1:birthDate "1903-01-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/667757/> ;
    ns1:deathDate "1989-12-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Sammy Lerner" ;
    skos:exactMatch <http://dbpedia.org/resource/Sammy_Lerner>,
        <http://www.wikidata.org/entity/Q2415321>,
        <https://id.loc.gov/authorities/names/n88626296>,
        <https://musicbrainz.org/artist/67eb02cd-6401-4e8b-b85d-0ab0787239fd> .

