@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/1024712> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Larry Stock" ;
    ns1:birthDate "1896"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1984-05-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Larry Stock" ;
    skos:exactMatch <http://dbpedia.org/resource/Larry_Stock>,
        <http://www.wikidata.org/entity/Q6491171>,
        <https://id.loc.gov/authorities/names/nb2001079481>,
        <https://musicbrainz.org/artist/c2a3db0d-6887-4347-b632-a8b7dde03384> .

