@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/1030503> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gerome Ragni" ;
    ns1:birthDate "1935-09-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5206379/> ;
    ns1:deathDate "1991-07-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Gerome Ragni" ;
    skos:exactMatch <http://dbpedia.org/resource/Gerome_Ragni>,
        <http://www.wikidata.org/entity/Q329904>,
        <https://id.loc.gov/authorities/n88617487>,
        <https://musicbrainz.org/artist/db7859c4-768f-4051-b77f-3e0df2dbbaaa> .

