@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/1014297> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pietro Baldassari" ;
    ns1:birthPlace <https://sws.geonames.org/3175395/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Pietro Baldassari" ;
    skos:exactMatch <http://dbpedia.org/resource/Pietro_Baldassare>,
        <http://id.loc.gov/authorities/names/n88620163>,
        <http://www.wikidata.org/entity/Q329169>,
        <https://musicbrainz.org/artist/aa34a0fc-69a5-48f2-8e19-89d0599905ef> .

