@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/1025634> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Don Robey" ;
    ns1:birthDate "1903-11-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4699066/> ;
    ns1:deathDate "1975-06-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Don Robey" ;
    skos:exactMatch <http://dbpedia.org/resource/Don_Robey>,
        <http://www.wikidata.org/entity/Q282834>,
        <https://id.loc.gov/authorities/names/n91039860>,
        <https://musicbrainz.org/artist/80fba6d3-2abb-4cbf-9186-af87b05bd2a8> .

