@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/95837> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Olaf C. Christiansen" ;
    ns1:birthDate "1901-01-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5037649/> ;
    ns1:deathDate "1984-04-12"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Olaf C. Christiansen" ;
    skos:exactMatch <http://dbpedia.org/resource/Olaf_Christiansen>,
        <http://www.wikidata.org/entity/Q26485074>,
        <https://id.loc.gov/authorities/names/no91005101>,
        <https://musicbrainz.org/artist/2f86764e-07ff-4cc9-9e71-d84ef985d1d2> .

