@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/88671> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Louis C. K." ;
    ns1:birthDate "1967-09-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4140963/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Louis C. K." ;
    skos:exactMatch <http://dbpedia.org/resource/Louis_C.K.>,
        <http://id.loc.gov/authorities/names/no2005054186>,
        <http://www.wikidata.org/entity/Q15079>,
        <https://musicbrainz.org/artist/d1f26bba-2ef1-452a-82e9-22012944a098> .

