@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/1020772> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "David Zippel" ;
    ns1:birthDate "1954-05-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5188140/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "David Zippel" ;
    skos:exactMatch <http://dbpedia.org/resource/David_Zippel>,
        <http://id.loc.gov/authorities/names/n87807101>,
        <http://www.wikidata.org/entity/Q3703386>,
        <https://musicbrainz.org/artist/251c645b-ca2c-46c1-bc27-5ad90a94c6a4> .

