@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/1027005> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giorgio Calabrese" ;
    ns1:birthDate "1929-11-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3176219/> ;
    ns1:deathDate "2016-03-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr>,
        <http://id.loc.gov/vocabulary/relators/trl> ;
    ns1:name "Giorgio Calabrese" ;
    skos:exactMatch <http://dbpedia.org/resource/Giorgio_Calabrese>,
        <http://www.wikidata.org/entity/Q3765324>,
        <https://musicbrainz.org/artist/e179c0bf-6db0-4a69-9b6c-c4a342d4b14d> .

