@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/1016420> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sayed Darwish" ;
    ns1:birthDate "1892-03-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/361058/> ;
    ns1:deathDate "1923-09-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sayed Darwish" ;
    skos:exactMatch <http://dbpedia.org/resource/Sayed_Darwish>,
        <http://www.wikidata.org/entity/Q1208788>,
        <https://id.loc.gov/authorities/names/n88248679>,
        <https://musicbrainz.org/artist/0fe3e4a7-b528-4423-a1a6-42c497ef3682> .

