@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/1004816> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Will Hudson" ;
    ns1:birthDate "1908-03-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5326297/> ;
    ns1:deathDate "1981-07"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Will Hudson" ;
    skos:exactMatch <http://dbpedia.org/resource/Will_Hudson_(songwriter)>,
        <http://www.wikidata.org/entity/Q2576495>,
        <https://id.loc.gov/authorities/names/n93105682>,
        <https://musicbrainz.org/artist/2344f604-7b3e-4e45-a770-1226521487b7> .

