@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/22362> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jack Elliott" ;
    ns1:birthDate "1927-08-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4835797/> ;
    ns1:deathDate "2001-08-18"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Jack Elliott" ;
    skos:exactMatch <http://dbpedia.org/resource/Jack_Elliott_(composer)>,
        <http://id.loc.gov/authorities/names/n97071989>,
        <http://www.wikidata.org/entity/Q1677025>,
        <https://musicbrainz.org/artist/6aa870db-5b42-445b-b490-e6a611c9c3a0> .

