@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/128325> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "DJ Clark Kent" ;
    ns1:birthDate "1967-09-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:deathDate "2024-10-24"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/1199> ;
    ns1:name "DJ Clark Kent" ;
    skos:exactMatch <http://dbpedia.org/resource/Clark_Kent_(producer)>,
        <http://www.wikidata.org/entity/Q5127297>,
        <https://id.loc.gov/authorities/names/no2019129099>,
        <https://musicbrainz.org/artist/fc738baf-8a86-4b01-a7b9-38c7233ca35f> .

