@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/1027956> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hayyim Nahman Bialik" ;
    ns1:birthDate "1873-01-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/686966/> ;
    ns1:deathDate "1934-07-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Hayyim Nahman Bialik" ;
    skos:exactMatch <http://dbpedia.org/resource/Hayim_Nahman_Bialik>,
        <http://id.loc.gov/authorities/names/n50030124>,
        <http://www.wikidata.org/entity/Q359705>,
        <https://musicbrainz.org/artist/998d6c78-2292-46c1-9398-4dad6d86df43> .

