@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-6261> a schema:Person;
  schema:description "Canadian writer"@en,
    "écrivain canadien"@fr;
  schema:hasOccupation <http://www.wikidata.org/entity/Q36180>,
    <http://www.wikidata.org/entity/Q6625963>,
    <http://www.wikidata.org/entity/Q8178443>,
    <http://www.wikidata.org/entity/Q4853732>;
  schema:name "André Alexis"@fr,
    "André Alexis"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q4759811>;
  skos:historyNote "Minted Arstsdata ID for schema:Person on 2025-12-10T19:59:02.128Z using facts passed in to minting service (http://www.wikidata.org/entity/Q4759811)";
  prov:generatedAtTime "2025-12-10T19:59:02.128Z"^^xsd:dateTime .
