@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/1027333> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jay Rifkin" ;
    ns1:birthPlace <https://sws.geonames.org/5368361/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jay Rifkin" ;
    skos:exactMatch <http://dbpedia.org/resource/Jay_Rifkin>,
        <http://www.wikidata.org/entity/Q1684351>,
        <https://id.loc.gov/authorities/names/no98064845>,
        <https://musicbrainz.org/artist/7742749e-8821-4580-943c-871ab420aa00> .

