@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/1007333> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Undine Smith Moore" ;
    ns1:birthDate "1904-08-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4766554/> ;
    ns1:deathDate "1989-02-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Undine Smith Moore" ;
    skos:exactMatch <http://dbpedia.org/resource/Undine_Smith_Moore>,
        <http://www.wikidata.org/entity/Q7883981>,
        <https://id.loc.gov/authorities/names/n86080889>,
        <https://musicbrainz.org/artist/e1574a52-56d7-43be-8da6-0450e453502f> .

