@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/1017065> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dave Bartholomew" ;
    ns1:birthDate "1920-12-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4323551/> ;
    ns1:deathDate "2019-06-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Dave Bartholomew" ;
    skos:exactMatch <http://dbpedia.org/resource/Dave_Bartholomew>,
        <http://id.loc.gov/authorities/names/no98007074>,
        <http://www.wikidata.org/entity/Q920288>,
        <https://musicbrainz.org/artist/9ad119e3-8a03-41a9-9ba8-fa754390b81d> .

