@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-572> a schema:Person;
  schema:disambiguatingDescription "work in the theatrical field"@en,
    "travaille dans le milieu du théâtre au Québec"@fr;
  schema:hasOccupation <http://www.wikidata.org/entity/Q482980>;
  schema:name "Julie-Anne Ranger-Beauregard"@en,
    "Julie-Anne Ranger-Beauregard"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q100450716>;
  skos:historyNote "Minted Arstsdata ID for schema:Person 'Julie-Anne Ranger-Beauregard' on 2023-04-03T00:00:00Z";
  prov:generatedAtTime "2023-04-03T00:00:00Z"^^xsd:dateTime .
