@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/1021319> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Samuil Feinberg" ;
    ns1:birthDate "1890-05-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/698740/> ;
    ns1:deathDate "1962-10-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Samuil Feinberg" ;
    skos:exactMatch <http://dbpedia.org/resource/Samuil_Feinberg>,
        <http://id.loc.gov/authorities/names/n80028481>,
        <http://www.wikidata.org/entity/Q1971227>,
        <https://musicbrainz.org/artist/d45c172a-05ae-4994-8f3b-211206b8bc35> .

