@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/1019197> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jenny Lou Carson" ;
    ns1:birthDate "1915-01-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4236895/> ;
    ns1:deathDate "1978-12-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jenny Lou Carson" ;
    skos:exactMatch <http://dbpedia.org/resource/Jenny_Lou_Carson>,
        <http://id.loc.gov/authorities/names/n95114441>,
        <http://www.wikidata.org/entity/Q3246757>,
        <https://musicbrainz.org/artist/cc901fd1-7a6c-483c-bde1-34292a6eadcc> .

