@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/1017079> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nathan T. Davis" ;
    ns1:birthDate "1937-02-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4273837/> ;
    ns1:deathDate "2018-04-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Nathan T. Davis" ;
    skos:exactMatch <http://dbpedia.org/resource/Nathan_Davis_(saxophonist)>,
        <http://www.wikidata.org/entity/Q1966512>,
        <https://id.loc.gov/authorities/names/n85219109>,
        <https://musicbrainz.org/artist/56ffba91-807f-44cb-a2f0-49e9eab73167> .

