@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/1030408> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rachel Bluwstein" ;
    ns1:birthDate "1890-10-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/498677/> ;
    ns1:deathDate "1931-04-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Rachel Bluwstein" ;
    skos:exactMatch <http://dbpedia.org/resource/Rachel_Bluwstein>,
        <http://www.wikidata.org/entity/Q241180>,
        <https://id.loc.gov/authorities/n85374558>,
        <https://musicbrainz.org/artist/608e4812-8c87-4412-983a-c4ca63fdfca7> .

