@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/1025694> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Leroy Van Dyke" ;
    ns1:birthDate "1929-10-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4399020/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Leroy Van Dyke" ;
    skos:exactMatch <http://dbpedia.org/resource/Leroy_Van_Dyke>,
        <http://www.wikidata.org/entity/Q252589>,
        <https://id.loc.gov/authorities/names/n94075913>,
        <https://musicbrainz.org/artist/9eed827f-ddf8-4d55-b83b-f8d6bbbca54d> .

