@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/1021564> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sallie Hume-Douglas" ;
    ns1:birthDate "1867-05-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4381982/> ;
    ns1:deathDate "1944-01-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sallie Hume-Douglas" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nr94036596>,
        <http://www.wikidata.org/entity/Q106591679>,
        <https://musicbrainz.org/artist/5b81fdcf-cf09-4897-bc0e-9f4bd022d4aa> .

