@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/22140> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gary Bertini" ;
    ns1:birthDate "1927-05-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/618509/> ;
    ns1:deathDate "2005-03-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Gary Bertini" ;
    skos:exactMatch <http://dbpedia.org/resource/Gary_Bertini>,
        <http://www.wikidata.org/entity/Q1494826>,
        <https://id.loc.gov/authorities/n82234811>,
        <https://musicbrainz.org/artist/805b5926-d204-4096-8fc4-de8f5efd0dac> .

