@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/1000896> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gordon Binkerd" ;
    ns1:birthDate "1916-05-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5072483/> ;
    ns1:deathDate "2003-09-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gordon Binkerd" ;
    skos:exactMatch <http://dbpedia.org/resource/Gordon_Binkerd>,
        <http://id.loc.gov/authorities/names/n79142932>,
        <http://www.wikidata.org/entity/Q22087928>,
        <https://musicbrainz.org/artist/8ebdfee9-2bef-4deb-b7b5-706a01636eb9> .

