@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/47270> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Moms Mabley" ;
    ns1:birthDate "1894-03-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4457040/> ;
    ns1:deathDate "1975-05-23"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Moms Mabley" ;
    skos:exactMatch <http://dbpedia.org/resource/Moms_Mabley>,
        <http://id.loc.gov/authorities/names/n92117053>,
        <http://www.wikidata.org/entity/Q6897510>,
        <https://musicbrainz.org/artist/ed829618-9435-4ca3-b4df-ab6539d143fc> .

