@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/42123> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "David Willcocks" ;
    ns1:birthDate "1919-12-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2641589/> ;
    ns1:deathDate "2015-11-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "David Willcocks" ;
    skos:exactMatch <http://dbpedia.org/resource/David_Willcocks>,
        <http://id.loc.gov/authorities/names/n82215288>,
        <http://www.wikidata.org/entity/Q1177190>,
        <https://musicbrainz.org/artist/d337e7f7-be08-47d4-9d00-964367e99972> .

