@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/54716> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arnold Gamson" ;
    ns1:birthDate "1926-12-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5132002/> ;
    ns1:deathDate "2018-01-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Arnold Gamson" ;
    skos:exactMatch <http://dbpedia.org/resource/Arnold_Gamson>,
        <http://id.loc.gov/authorities/names/no91026308>,
        <http://www.wikidata.org/entity/Q4795058>,
        <https://musicbrainz.org/artist/f723ff1a-9e53-4172-afa9-c2efade86ca5> .

