@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/8750> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Shalom Ronly-Riklis" ;
    ns1:birthDate "1922-01-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/293397/> ;
    ns1:deathDate "1994-01-27"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Shalom Ronly-Riklis" ;
    skos:exactMatch <http://dbpedia.org/resource/Shalom_Ronli-Riklis>,
        <http://id.loc.gov/authorities/names/n85150020>,
        <http://www.wikidata.org/entity/Q7024721>,
        <https://musicbrainz.org/artist/9a529150-62ca-4868-984d-795cc54287fa> .

