@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/1017939> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ray Bauduc" ;
    ns1:birthDate "1909-06-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4335045/> ;
    ns1:deathDate "1988-01-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ray Bauduc" ;
    skos:exactMatch <http://dbpedia.org/resource/Ray_Bauduc>,
        <http://id.loc.gov/authorities/names/n91092864>,
        <http://www.wikidata.org/entity/Q305330>,
        <https://musicbrainz.org/artist/307b00b9-cf82-49bc-8c7d-e5903b66140e> .

