@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/1020434> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jason Ingram" ;
    ns1:birthDate "1974-08-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4826850/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jason Ingram" ;
    skos:exactMatch <http://dbpedia.org/resource/Jason_Ingram>,
        <http://id.loc.gov/authorities/names/n2009058965>,
        <http://www.wikidata.org/entity/Q6162750>,
        <https://musicbrainz.org/artist/528f4739-c99f-45d8-a3eb-f14eaa0e1e46> .

