@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/1020517> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Larry Shay" ;
    ns1:birthDate "1897-08-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4887398/> ;
    ns1:deathDate "1988-02-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Larry Shay" ;
    skos:exactMatch <http://dbpedia.org/resource/Larry_Shay>,
        <http://id.loc.gov/authorities/names/no2001085191>,
        <http://www.wikidata.org/entity/Q6491101>,
        <https://musicbrainz.org/artist/15ee9456-7699-45f0-a83f-e08988ad9621> .

