@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/1016590> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jerry Ragovoy" ;
    ns1:birthDate "1930-09-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4560349/> ;
    ns1:deathDate "2011-07-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jerry Ragovoy" ;
    skos:exactMatch <http://dbpedia.org/resource/Jerry_Ragovoy>,
        <http://id.loc.gov/authorities/names/n95104865>,
        <http://www.wikidata.org/entity/Q920665>,
        <https://musicbrainz.org/artist/f099c1e7-8426-49e6-b7a0-dd8db4331788> .

