@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/1029741> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Outi Tarkiainen" ;
    ns1:birthDate "1985-02-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/638936/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Outi Tarkiainen" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q11886158>,
        <https://id.loc.gov/authorities/no2017147656>,
        <https://musicbrainz.org/artist/89082103-ad3c-499a-9bdf-6e3a01445023> .

