@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/11284> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mario Bernardi" ;
    ns1:birthDate "1930-08-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5992836/> ;
    ns1:deathDate "2013-06-02"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Mario Bernardi" ;
    skos:exactMatch <http://dbpedia.org/resource/Mario_Bernardi>,
        <http://www.wikidata.org/entity/Q3081333>,
        <https://id.loc.gov/authorities/names/n83134771>,
        <https://musicbrainz.org/artist/a92c4760-7458-4d1b-9f0b-ce861795f9ff> .

