@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/1020201> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ken Darby" ;
    ns1:birthDate "1909-05-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5069928/> ;
    ns1:deathDate "1992-01-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Ken Darby" ;
    skos:exactMatch <http://dbpedia.org/resource/Ken_Darby>,
        <http://www.wikidata.org/entity/Q2316737>,
        <https://id.loc.gov/authorities/names/n82153810>,
        <https://musicbrainz.org/artist/bd6e3ff9-b41a-4528-9455-7e1e0bb457eb> .

