@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/59617> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Jerry Jeff Walker" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/1>,
        <http://data.carnegiehall.org/instruments/349> ;
    ns2:birthDate "1942-03-16"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5129852/> ;
    ns2:deathDate "2020-10-23"^^xsd:date ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Jerry Jeff Walker" ;
    skos:exactMatch <http://dbpedia.org/resource/Jerry_Jeff_Walker>,
        <http://id.loc.gov/authorities/names/n92064139>,
        <http://www.wikidata.org/entity/Q979411>,
        <https://musicbrainz.org/artist/3faa019a-ad91-4ddf-87d5-fdcbdfd8327c> .

