@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/1003617> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Cecil Armstrong Gibbs" ;
    ns1:birthDate "1889-08-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2648171/> ;
    ns1:deathDate "1960-05-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Cecil Armstrong Gibbs" ;
    skos:exactMatch <http://dbpedia.org/resource/Armstrong_Gibbs>,
        <http://id.loc.gov/authorities/names/n83167332>,
        <http://www.wikidata.org/entity/Q1052282>,
        <https://musicbrainz.org/artist/249159ec-bf74-4f4c-b3b9-22b146897234> .

