@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/96184> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jim Jefferies" ;
    ns1:birthDate "1977-02-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2147714/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Jim Jefferies" ;
    skos:exactMatch <http://dbpedia.org/resource/Jim_Jefferies>,
        <http://id.loc.gov/authorities/names/no2009191852>,
        <http://www.wikidata.org/entity/Q3481642>,
        <https://musicbrainz.org/artist/9d646abc-e5f7-4c98-bee8-d07ef34f4a1e> .

