@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/1008841> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Getty H. Huffine" ;
    ns1:birthDate "1889-08-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4285268/> ;
    ns1:deathDate "1947-02-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Getty H. Huffine" ;
    skos:exactMatch <http://dbpedia.org/resource/Getty_H._Huffine>,
        <http://id.loc.gov/authorities/names/no2007118452>,
        <http://www.wikidata.org/entity/Q5554705>,
        <https://musicbrainz.org/artist/8a8b0e1c-6975-4ecc-b994-202a5520273c> .

