@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/44256> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henry F. Gilbert" ;
    ns1:birthDate "1868-09-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4951257/> ;
    ns1:deathDate "1928-05-19"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Henry F. Gilbert" ;
    skos:exactMatch <http://dbpedia.org/resource/Henry_F._Gilbert>,
        <http://id.loc.gov/authorities/names/n83176101>,
        <http://www.wikidata.org/entity/Q946522>,
        <https://musicbrainz.org/artist/285956be-d715-48f7-a358-49c710683d8d> .

