@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-4917> a schema:Person;
  schema:description "Catherine Vidal, born November 11, 1976, is a Quebec theater woman. Born to Chilean parents, she is an actress, puppeteer, singer and theatre director."@en;
  schema:disambiguatingDescription "comédienne, marionnettiste, chanteuse et metteuse en scène québécoise"@fr,
    "quebec theater actress and director"@en;
  schema:hasOccupation <http://www.wikidata.org/entity/Q177220>,
    <http://www.wikidata.org/entity/Q33999>,
    <http://www.wikidata.org/entity/Q3387717>,
    <http://www.wikidata.org/entity/Q1622272>,
    <http://www.wikidata.org/entity/Q2259451>,
    <http://www.wikidata.org/entity/Q2629392>,
    <http://www.wikidata.org/entity/Q484876>;
  schema:name "Catherine Vidal"@en,
    "Catherine Vidal"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q66619562>,
    <https://en.wikipedia.org/wiki/Catherine_Vidal_(actress)>,
    <https://fr.wikipedia.org/wiki/Catherine_Vidal_(th%C3%A9%C3%A2tre)>;
  schema:workLocation [
    a schema:Place;
    schema:address [
      a schema:PostalAddress;
      schema:addressCountry "CA";
      schema:addressRegion "QC"
    ]
  ];
  skos:historyNote "Minted Arstsdata ID for schema:Person 'Catherine Vidal' on 2023-04-03T00:00:00Z";
  prov:generatedAtTime "2023-04-03T00:00:00Z"^^xsd:dateTime .
