@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/1006496> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lil Hardin Armstrong" ;
    ns1:birthDate "1898-02-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4641239/> ;
    ns1:deathDate "1971-08-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lil Hardin Armstrong" ;
    skos:exactMatch <http://dbpedia.org/resource/Lil_Hardin_Armstrong>,
        <http://id.loc.gov/authorities/names/no93032305>,
        <http://www.wikidata.org/entity/Q462562>,
        <https://musicbrainz.org/artist/2a6f6ee8-a9cd-4826-9749-d0fe48fb49f7> .

