@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/62792> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gloria Gaither" ;
    ns1:birthDate "1942-03-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4985153/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gloria Gaither" ;
    skos:exactMatch <http://dbpedia.org/resource/Gloria_Gaither>,
        <http://id.loc.gov/authorities/names/n82043565>,
        <http://www.wikidata.org/entity/Q5571383>,
        <https://musicbrainz.org/artist/415db84c-fb20-459e-a311-8a4d9ea12d4e> .

