@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/1016877> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jimmy Fontana" ;
    ns1:birthDate "1934-11-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3181094/> ;
    ns1:deathDate "2013-09-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jimmy Fontana" ;
    skos:exactMatch <http://dbpedia.org/resource/Jimmy_Fontana>,
        <http://www.wikidata.org/entity/Q2755019>,
        <https://id.loc.gov/authorities/names/no2017097709>,
        <https://musicbrainz.org/artist/650793b4-94f8-47fb-b6c9-752c94486b75> .

