@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/1026400> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alan Richardson" ;
    ns1:birthDate "1904-02-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2650225/> ;
    ns1:deathDate "1978-11-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Alan Richardson" ;
    skos:exactMatch <http://dbpedia.org/resource/Alan_Richardson_(composer)>,
        <http://www.wikidata.org/entity/Q2636810>,
        <https://id.loc.gov/authorities/n81131529>,
        <https://musicbrainz.org/artist/4044b741-95dd-44b0-9ed3-178e82cf4988> .

