@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/136215> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jack Whitehall" ;
    ns1:birthDate "1988-07-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Jack Whitehall" ;
    skos:exactMatch <http://dbpedia.org/resource/Jack_Whitehall>,
        <http://www.wikidata.org/entity/Q5868696>,
        <https://id.loc.gov/authorities/n2014019747>,
        <https://musicbrainz.org/artist/1e6cbee1-21e7-449e-9646-9e7263235dd8> .

