@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/120271> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Øivind Bergh" ;
    ns1:birthDate "1909-12-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3154084/> ;
    ns1:deathDate "1987-01-25"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Øivind Bergh" ;
    skos:exactMatch <http://dbpedia.org/resource/%C3%98ivind_Bergh>,
        <http://id.loc.gov/authorities/names/n89663024>,
        <http://www.wikidata.org/entity/Q717657>,
        <https://musicbrainz.org/artist/7597b175-b43b-4af4-9764-15d1df0355e0> .

