@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K12-528> a schema:Person;
  schema:description "Janina Fialkowska, OC (born May 7, 1951) is a Canadian classical pianist. A specialist of the Classic and Romantic repertoires, for more than thirty years she has appeared regularly with professional orchestras around the world, often performing the music of contemporary Polish composers including Lutosławski and Panufnik."@en;
  schema:disambiguatingDescription "Concert Pianist";
  schema:hasOccupation "Concert Pianist";
  schema:image <https://commons.wikimedia.org/wiki/Special:FilePath/Janina_Fialkowska_2008.jpg>;
  schema:name "Janina Fialkowska";
  schema:sameAs <http://www.wikidata.org/entity/Q3225492>,
    <https://en.wikipedia.org/wiki/Janina_Fialkowska>,
    <https://isni.org/isni/0000000073687609>;
  schema:url <https://www.fialkowska.com/>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
