@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/1014984> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Borney Bergantine" ;
    ns1:birthDate "1909-10-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4393217/> ;
    ns1:deathDate "1952-07-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Borney Bergantine" ;
    skos:exactMatch <http://dbpedia.org/resource/Borney_Bergantine>,
        <http://id.loc.gov/authorities/names/no2004044204>,
        <http://www.wikidata.org/entity/Q4946115>,
        <https://musicbrainz.org/artist/0fe80690-9930-4b5a-8cbc-452e0d9833a5> .

