@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/47167> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Joel Krosnick" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/484> ;
    ns2:birthDate "1941-04-03"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4839366/> ;
    ns2:deathDate "2025-04-15"^^xsd:date ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/661> ;
    ns2:name "Joel Krosnick" ;
    skos:exactMatch <http://dbpedia.org/resource/Joel_Krosnick>,
        <http://www.wikidata.org/entity/Q6213659>,
        <https://id.loc.gov/authorities/n82132928>,
        <https://musicbrainz.org/artist/8f406c3a-5b4d-4d20-8252-c66c607d1208> .

