@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/1022922> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kari Ala-Pöllänen" ;
    ns1:birthDate "1940-08-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/646005/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Kari Ala-Pöllänen" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q5545205>,
        <https://id.loc.gov/authorities/nr96041984>,
        <https://musicbrainz.org/artist/d896c447-0155-4102-ade7-6dd57713a87a> .

