@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/27876> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ossi Elokas" ;
    ns1:birthDate "1904-05-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/7910855/> ;
    ns1:deathDate "1991-08-10"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ossi Elokas" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2004065559>,
        <http://www.wikidata.org/entity/Q11885926>,
        <https://musicbrainz.org/artist/2edad445-0e75-49a2-8589-b743b0105c4f> .

