@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/129411> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Blind Blake" ;
    ns1:birthDate "1896"^^xsd:gYear ;
    ns1:deathDate "1934-01-12"^^xsd:date ;
    skos:exactMatch <http://dbpedia.org/resource/Blind_Blake>,
        <http://id.loc.gov/authorities/names/n94020477>,
        <http://www.wikidata.org/entity/Q742396>,
        <https://musicbrainz.org/artist/437af2e8-28cf-438a-b6dd-7809071b8694> .

