@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-6114> a schema:Organization;
  schema:disambiguatingDescription "organisme de théâtre basée à Toronto, Ontario"@fr,
    "theatre company based in Toronto, Ontario"@en;
  schema:name "Tarragon Theatre"@en,
    "Tarragon Theatre"@fr,
    "Tarragon Theatre"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q136431828>;
  schema:url <https://tarragontheatre.com/>;
  skos:historyNote "Minted Arstsdata ID for schema:Organization on 2025-10-03T12:41:34.748Z using facts passed in to minting service (http://www.wikidata.org/entity/Q136431828)";
  prov:generatedAtTime "2025-10-03T12:41:34.748Z"^^xsd:dateTime .
