@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/24891> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ruth Draper" ;
    ns1:birthDate "1884-12-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1956-12-30"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/507>,
        <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Ruth Draper" ;
    skos:exactMatch <http://dbpedia.org/resource/Ruth_Draper>,
        <http://id.loc.gov/authorities/names/n83208429>,
        <http://www.wikidata.org/entity/Q3942967>,
        <https://musicbrainz.org/artist/bcbe68b4-a354-4577-a501-43e327caf797> .

