@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-6205> a schema:Person;
  schema:description "humoriste français"@fr,
    "French comedian"@en;
  schema:hasOccupation <http://www.wikidata.org/entity/Q33999>,
    <http://www.wikidata.org/entity/Q18545066>,
    <http://www.wikidata.org/entity/Q63170430>;
  schema:name "Paul Mirabel"@fr,
    "Paul Mirabel"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q99164505>;
  schema:url <https://paulmirabel.com/>;
  skos:historyNote "Minted Arstsdata ID for schema:Person on 2025-11-12T22:54:23.448Z using facts passed in to minting service (http://www.wikidata.org/entity/Q99164505)";
  prov:generatedAtTime "2025-11-12T22:54:23.448Z"^^xsd:dateTime .
