@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/1019163> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Milt Gabler" ;
    ns1:birthDate "1911-05-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5120034/> ;
    ns1:deathDate "2001-07-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Milt Gabler" ;
    skos:exactMatch <http://dbpedia.org/resource/Milt_Gabler>,
        <http://id.loc.gov/authorities/names/no00069166>,
        <http://www.wikidata.org/entity/Q145823>,
        <https://musicbrainz.org/artist/6d3a1cdc-f5d6-4b51-a24e-df69a1bd5a63> .

