@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/1024897> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Samuil Marshak" ;
    ns1:birthDate "1887-11-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/472045/> ;
    ns1:deathDate "1964-07-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Samuil Marshak" ;
    skos:exactMatch <http://dbpedia.org/resource/Samuil_Marshak>,
        <http://www.wikidata.org/entity/Q435584>,
        <https://id.loc.gov/authorities/names/n50051399>,
        <https://musicbrainz.org/artist/bc47905d-0c31-44fb-8400-f3f48a2515ac> .

