@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/1002135> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Laura Lemon" ;
    ns1:birthDate "1866-10-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5967629/> ;
    ns1:deathDate "1924-08-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Laura Lemon" ;
    skos:exactMatch <http://dbpedia.org/resource/Laura_Lemon>,
        <http://id.loc.gov/authorities/names/nb2001004047>,
        <http://www.wikidata.org/entity/Q6499121>,
        <https://musicbrainz.org/artist/9f449dfa-3ab7-4ea2-80be-bac12e7191ee> .

