@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/52343> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Yoel Levi" ;
    ns1:birthDate "1950-08-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/667873/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Yoel Levi" ;
    skos:exactMatch <http://dbpedia.org/resource/Yoel_Levi>,
        <http://id.loc.gov/authorities/names/n79085217>,
        <http://www.wikidata.org/entity/Q964896>,
        <https://musicbrainz.org/artist/57d9c52f-af53-41ff-a5f1-617ac096b580> .

