@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K2-6295> a schema:Person;
  schema:description "pianiste canadien"@fr,
    "Polish-Canadian pianist"@en;
  schema:hasOccupation <http://www.wikidata.org/entity/Q486748>;
  schema:name "Jan Lisiecki"@en,
    "Jan Lisiecki"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q548800>,
    <http://musicbrainz.org/artist/71dbb7f3-6cc2-4679-a6a0-b4938a5f9c9f>;
  schema:url <https://www.janlisiecki.com/>;
  skos:historyNote "Minted Arstsdata ID for schema:Person on 2025-12-12T16:51:43.119Z using facts passed in to minting service (http://www.wikidata.org/entity/Q548800)";
  prov:generatedAtTime "2025-12-12T16:51:43.119Z"^^xsd:dateTime .
