@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/1026452> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alan Brandt" ;
    ns1:birthDate "1923-10-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:deathDate "2002-09-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Alan Brandt" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2008084377>,
        <http://www.wikidata.org/entity/Q90860919>,
        <https://musicbrainz.org/artist/40d68f5a-32b7-4177-a097-ab360fc7f26c> .

