@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#> .

<http://data.carnegiehall.org/names/1030653> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jack Tempchin" ;
    ns1:birthPlace <https://sws.geonames.org/5165418/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Jack Tempchin" ;
    skos:exactMatch <http://dbpedia.org/resource/Jack_Tempchin>,
        <http://www.wikidata.org/entity/Q17089561>,
        <https://musicbrainz.org/artist/8d26171b-7911-4c04-88e6-ad0e9e9d65f2> .

