@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/122408> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sherif Mohie El Din" ;
    ns1:birthDate "1964-03-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/357994/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sherif Mohie El Din" ;
    skos:exactMatch <http://dbpedia.org/resource/Sherif_Mohie_El_Din>,
        <http://id.loc.gov/authorities/names/no2005075724>,
        <http://www.wikidata.org/entity/Q7494950>,
        <https://musicbrainz.org/artist/2822704a-fc07-4c2c-8cae-c17f5d65e97d> .

