@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/1019218> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kenneth Casey" ;
    ns1:birthDate "1899-01-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1965-08-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Kenneth Casey" ;
    skos:exactMatch <http://dbpedia.org/resource/Kenneth_Casey>,
        <http://id.loc.gov/authorities/names/n92004073>,
        <http://www.wikidata.org/entity/Q3195171>,
        <https://musicbrainz.org/artist/97200491-b41c-4c6e-b3bc-3eaefc14c92b> .

