@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/83989> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Black Thought" ;
    ns1:birthDate "1973-10-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4560349/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/409>,
        <http://data.carnegiehall.org/roles/666> ;
    ns1:name "Black Thought" ;
    skos:exactMatch <http://dbpedia.org/resource/Black_Thought>,
        <http://id.loc.gov/authorities/names/no2002096287>,
        <http://www.wikidata.org/entity/Q880598>,
        <https://musicbrainz.org/artist/5f39d33c-a167-4a63-9c44-71d27618b712> .

