@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/1011439> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Luigi Borghi" ;
    ns1:birthPlace <https://sws.geonames.org/3181928/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Luigi Borghi" ;
    skos:exactMatch <http://dbpedia.org/resource/Luigi_Borghi>,
        <http://www.wikidata.org/entity/Q1766160>,
        <https://id.loc.gov/authorities/names/n82063895>,
        <https://musicbrainz.org/artist/28b9cf87-3fb5-4428-9716-4c1694dd2bac> .

