@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/1027585> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rachel Shapira" ;
    ns1:birthDate "1945"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/293538/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Rachel Shapira" ;
    skos:exactMatch <http://dbpedia.org/resource/Rachel_Shapira>,
        <http://www.wikidata.org/entity/Q6978461>,
        <https://id.loc.gov/authorities/nr93020979>,
        <https://musicbrainz.org/artist/07633a63-2309-4045-a992-c89b978aa0d1> .

