@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/109895> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Daveed Diggs" ;
    ns1:birthDate "1982-01-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5378538/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/507> ;
    ns1:name "Daveed Diggs" ;
    skos:exactMatch <http://dbpedia.org/resource/Daveed_Diggs>,
        <http://id.loc.gov/authorities/names/no2015141088>,
        <http://www.wikidata.org/entity/Q20973977>,
        <https://musicbrainz.org/artist/6561ffe8-0c1f-452b-8501-abe229e01bc7> .

