@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1023040> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alberto Testa" ;
    ns1:birthDate "1927-04-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3449433/> ;
    ns1:deathDate "2009-10-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Alberto Testa" ;
    skos:exactMatch <http://dbpedia.org/resource/Alberto_Testa_(lyricist)>,
        <http://id.loc.gov/authorities/names/no2014013358>,
        <http://www.wikidata.org/entity/Q3608615>,
        <https://musicbrainz.org/artist/3d5b6a5d-e6a2-4fa7-8504-4bd25748aa8f> .

