@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/1010215> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henry Gadsby" ;
    ns1:birthDate "1842-12-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2647694/> ;
    ns1:deathDate "1907-11-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Henry Gadsby" ;
    skos:exactMatch <http://dbpedia.org/resource/Henry_Gadsby>,
        <http://www.wikidata.org/entity/Q4153207>,
        <https://id.loc.gov/authorities/names/nb2016010872>,
        <https://musicbrainz.org/artist/f72b17be-fd75-4a70-b933-c47eec51e158> .

