@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/1005803> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Billy Goldenberg" ;
    ns1:birthDate "1936-02-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:deathDate "2020-08-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Billy Goldenberg" ;
    skos:exactMatch <http://dbpedia.org/resource/Billy_Goldenberg>,
        <http://www.wikidata.org/entity/Q328637>,
        <https://id.loc.gov/authorities/names/n82218966>,
        <https://musicbrainz.org/artist/2781ca12-7a49-452d-822b-c6c2361afd60> .

