@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/30184> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "David Blum" ;
    ns1:birthDate "1935"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/5368361/> ;
    ns1:deathDate "1998-04-17"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "David Blum" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n84035608>,
        <http://www.wikidata.org/entity/Q28075286>,
        <https://musicbrainz.org/artist/271dc2fc-6b39-4a0f-9901-68c4b78fd472> .

