@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/47448> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Gemignani" ;
    ns1:birthPlace <https://sws.geonames.org/5322850/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Paul Gemignani" ;
    skos:exactMatch <http://dbpedia.org/resource/Paul_Gemignani>,
        <http://www.wikidata.org/entity/Q7150852>,
        <https://id.loc.gov/authorities/names/n79035984>,
        <https://musicbrainz.org/artist/fa78460b-a081-44a5-b7bb-f0f6b954bb7c> .

