@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/110887> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lakeith Stanfield" ;
    ns1:birthDate "1991-08-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5391710/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/507> ;
    ns1:name "Lakeith Stanfield" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2014006666>,
        <http://www.wikidata.org/entity/Q16762370>,
        <https://musicbrainz.org/artist/a8f74b7e-9ec8-419a-8652-6e3906406ac6> .

