@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/1014151> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lotta Wennäkoski" ;
    ns1:birthDate "1970-02-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/658225/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lotta Wennäkoski" ;
    skos:exactMatch <http://dbpedia.org/resource/Lotta_Wenn%C3%A4koski>,
        <http://www.wikidata.org/entity/Q11876265>,
        <https://id.loc.gov/authorities/names/no2001095041>,
        <https://musicbrainz.org/artist/a92928a1-333c-48a1-a704-c8bfb4af3358> .

