@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/28671> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edward Kilenyi" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns1:birthDate "1884-01-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/722431/> ;
    ns1:deathDate "1968-08-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Edward Kilenyi" ;
    skos:exactMatch <http://dbpedia.org/resource/Edward_Kilenyi>,
        <http://id.loc.gov/authorities/names/n85327200>,
        <http://www.wikidata.org/entity/Q3048588>,
        <https://musicbrainz.org/artist/f0e93c2c-a3bc-4fab-99ad-9796a74f0b92> .

