@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/20570> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Susanna Mälkki" ;
    ns1:birthDate "1969-03-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/658225/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Susanna Mälkki" ;
    skos:exactMatch <http://dbpedia.org/resource/Susanna_M%C3%A4lkki>,
        <http://id.loc.gov/authorities/names/no2007051713>,
        <http://www.wikidata.org/entity/Q2390288>,
        <https://musicbrainz.org/artist/e4ea3d44-93dc-498f-86d9-624fd7d0143a> .

