@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/1004243> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gordon Jenkins" ;
    ns1:birthDate "1910-05-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4413872/> ;
    ns1:deathDate "1984-04-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gordon Jenkins" ;
    skos:exactMatch <http://dbpedia.org/resource/Gordon_Jenkins>,
        <http://id.loc.gov/authorities/names/n91089020>,
        <http://www.wikidata.org/entity/Q1388198>,
        <https://musicbrainz.org/artist/9b6da241-318c-4ee3-babd-18b5d2bc1646> .

