@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/1004071> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Zenobia Powell Perry" ;
    ns1:birthDate "1908-10-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4531160/> ;
    ns1:deathDate "2004-01-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Zenobia Powell Perry" ;
    skos:exactMatch <http://dbpedia.org/resource/Zenobia_Powell_Perry>,
        <http://id.loc.gov/authorities/names/no95012529>,
        <http://www.wikidata.org/entity/Q2911264>,
        <https://musicbrainz.org/artist/0f6658fc-9486-461f-bc41-d509f31a4404> .

