@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/1014182> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Noel Gay" ;
    ns1:birthDate "1898-07-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2634910/> ;
    ns1:deathDate "1954-03-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Noel Gay" ;
    skos:exactMatch <http://dbpedia.org/resource/Noel_Gay>,
        <http://id.loc.gov/authorities/names/n88600078>,
        <http://www.wikidata.org/entity/Q1261012>,
        <https://musicbrainz.org/artist/baa751af-2f6b-446c-8bb2-dc48b2565d81> .

