@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-6976> a schema:Person;
  schema:disambiguatingDescription "Canadian singer"@en,
    "chanteuse canadienne"@fr;
  schema:hasOccupation <http://www.wikidata.org/entity/Q177220>;
  schema:name "Claudette Dion"@fr,
    "Claudette Dion"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q2978381>,
    <https://isni.org/isni/0000000073661169>,
    <http://musicbrainz.org/artist/5c9c2db1-d97d-4919-a4d7-365614a129c7>;
  schema:url <http://www.myspace.com/lafamilledionn>;
  skos:historyNote "Minted Arstsdata ID for schema:Person on 2026-03-06T01:35:09.338Z using facts passed in to minting service (http://www.wikidata.org/entity/Q2978381)";
  prov:generatedAtTime "2026-03-06T01:35:09.338Z"^^xsd:dateTime .
