@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/30078> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Edgar Stillman Kelley" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1857-04-14"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5273927/> ;
    ns2:deathDate "1944-11-12"^^xsd:date ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Edgar Stillman Kelley" ;
    skos:exactMatch <http://dbpedia.org/resource/Edgar_Stillman_Kelley>,
        <http://id.loc.gov/authorities/names/n82110060>,
        <http://www.wikidata.org/entity/Q5337474>,
        <https://musicbrainz.org/artist/84af8b84-0b94-462d-ad99-6d22fdb1c51c> .

