@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/132561> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jimmy Carr" ;
    ns1:birthDate "1972-09-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Jimmy Carr" ;
    skos:exactMatch <http://dbpedia.org/resource/Jimmy_Carr>,
        <http://www.wikidata.org/entity/Q964454>,
        <https://id.loc.gov/authorities/n2006038269>,
        <https://musicbrainz.org/artist/5848aa2a-a0a4-4a10-8741-6e75dbdd2d71> .

