@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K10-280> a schema:Organization,
    schema:PerformingGroup;
  schema:description "Against the Grain Theatre, often abbreviated as AtG is a Canadian opera company based in Toronto, Ontario."@en;
  schema:disambiguatingDescription "Toronto (ON) CA";
  schema:name "Against the Grain Theatre"@en,
    "Against the Grain Theatre",
    "Against the Grain Theatre"@fr;
  schema:sameAs <https://twitter.com/AtGtheatre>,
    <https://www.facebook.com/AtGtheatre>,
    <https://www.youtube.com/user/AtGtheatre>,
    <https://www.instagram.com/AtGtheatre/>,
    <http://www.wikidata.org/entity/Q121591617>,
    <https://en.wikipedia.org/wiki/Against_the_Grain_Theatre>;
  schema:url <http://againstthegraintheatre.com>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime;
  <http://www.wikidata.org/prop/direct/P2002> "AtGtheatre";
  <http://www.wikidata.org/prop/direct/P2003> "AtGtheatre/";
  <http://www.wikidata.org/prop/direct/P2013> "AtGtheatre" .
