@prefix dbo: <http://dbpedia.org/ontology/> .
@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-6069> a schema:Place;
  dbo:timeZone "America/Toronto";
  schema:address [
    a schema:PostalAddress;
    schema:addressCountry "CA";
    schema:addressLocality "Richmond Hill"@fr,
      "Richmond Hill"@en;
    schema:addressRegion "ON";
    schema:postalCode "L4C 3B7";
    schema:streetAddress "10268 Yonge Street, Richmond Hill, ON"@en
  ];
  schema:description "bâtiment des arts de la scène à Richmond Hill, Ontario"@fr,
    "performing arts building in Richmond Hill, Ontario"@en;
  schema:name "Richmond Hill Centre for the Performing Arts"@en,
    "Richmond Hill Centre for the Performing Arts"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q7330870>;
  schema:url <https://www.rhcentre.ca/Home.html>;
  skos:historyNote "Minted Arstsdata ID for schema:Place on 2025-08-20T18:15:44.851Z using facts passed in to minting service (http://www.wikidata.org/entity/Q7330870)";
  prov:generatedAtTime "2025-08-20T18:15:44.851Z"^^xsd:dateTime .
