@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/1030319> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pietro Antonio Giramo" ;
    ns1:birthPlace <https://sws.geonames.org/3175395/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Pietro Antonio Giramo" ;
    skos:exactMatch <http://dbpedia.org/resource/Pietro_Antonio_Giramo>,
        <http://id.loc.gov/authorities/names/no95043845>,
        <http://www.wikidata.org/entity/Q7192918>,
        <https://musicbrainz.org/artist/b4e3e9b9-39d7-4467-ae97-7a56ebffa32e> .

