@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/29659> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "David Stock" ;
    ns1:birthDate "1939-06-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5206379/> ;
    ns1:deathDate "2015-11-02"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "David Stock" ;
    skos:exactMatch <http://dbpedia.org/resource/David_Stock>,
        <http://id.loc.gov/authorities/names/n81076998>,
        <http://www.wikidata.org/entity/Q2726611>,
        <https://musicbrainz.org/artist/36b32a82-5e50-47b8-951a-388c5d4ddfdc> .

