@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/1001191> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Raymond Hubbell" ;
    ns1:birthDate "1879-06-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5174897/> ;
    ns1:deathDate "1954-12-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Raymond Hubbell" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Raymond_Hubbell>,
        <http://id.loc.gov/authorities/names/nr91035299>,
        <http://www.wikidata.org/entity/Q6254345>,
        <https://musicbrainz.org/artist/e33e165d-0e31-4210-80d8-da0f9d41c96c> .

