@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/1029962> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jack Palmer" ;
    ns1:birthDate "1899-05-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4644585/> ;
    ns1:deathDate "1976-03-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jack Palmer" ;
    skos:exactMatch <http://dbpedia.org/resource/Jack_Palmer_(composer)>,
        <http://www.wikidata.org/entity/Q14632738>,
        <https://id.loc.gov/authorities/n89616982>,
        <https://musicbrainz.org/artist/bb0be352-b641-4b99-9817-be91d198bec1> .

