@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/129424> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Blind Willie Johnson" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/1>,
        <http://data.carnegiehall.org/instruments/349> ;
    ns1:birthDate "1897-01-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4718370/> ;
    ns1:deathDate "1945-09-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Blind Willie Johnson" ;
    skos:exactMatch <http://dbpedia.org/resource/Blind_Willie_Johnson>,
        <http://www.wikidata.org/entity/Q712586>,
        <https://id.loc.gov/authorities/no95053673>,
        <https://musicbrainz.org/artist/8a14c00b-4779-44e4-9b2e-4cc9dcd92e9b> .

