@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/1021681> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jimmy Holiday" ;
    ns1:birthDate "1934-07-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4444901/> ;
    ns1:deathDate "1987-02-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jimmy Holiday" ;
    skos:exactMatch <http://dbpedia.org/resource/Jimmy_Holiday>,
        <http://id.loc.gov/authorities/names/no98036771>,
        <http://www.wikidata.org/entity/Q10777743>,
        <https://musicbrainz.org/artist/094cadf1-7233-4d49-9b4d-7a90a022e2af> .

