@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/1009148> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pietro Paolo Borrono" ;
    ns1:birthPlace <https://sws.geonames.org/3173435/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Pietro Paolo Borrono" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q1700443>,
        <https://id.loc.gov/authorities/names/n86042464>,
        <https://musicbrainz.org/artist/6f738799-7dbc-43ab-b95d-ebb2e7a45591> .

