@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/21124> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Arthur Bergh" ;
    ns1:birthDate "1882-03-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5045360/> ;
    ns1:deathDate "1962-02-11"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Arthur Bergh" ;
    skos:exactMatch <http://dbpedia.org/resource/Arthur_Bergh>,
        <http://id.loc.gov/authorities/names/no92029900>,
        <http://www.wikidata.org/entity/Q4797983>,
        <https://musicbrainz.org/artist/1ff65a7e-c69c-4b39-8e6f-5e7fc51dc11b> .

