@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/129412> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Blind Lemon Jefferson" ;
    ns1:birthDate "1893-09-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4692377/> ;
    ns1:deathDate "1929-12-19"^^xsd:date ;
    skos:exactMatch <http://dbpedia.org/resource/Blind_Lemon_Jefferson>,
        <http://id.loc.gov/authorities/names/n84143184>,
        <http://www.wikidata.org/entity/Q45001>,
        <https://musicbrainz.org/artist/9481010a-db23-469d-87df-b04118850efb> .

