@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/K4-122> a schema:Place,
    schema:EventVenue;
  dbo:timeZone "America/Halifax";
  schema:address <http://kg.artsdata.ca/resource/K4-122#PostalAddress>;
  schema:disambiguatingDescription "cabaret-style performance hall inside the David Mackenzie building in Charlottetown, PEI, Canada"@en,
    "salle de spectacle au style cabaret à l'intérieur du David Mackenzie Building à Charlottetown, Î.-P.-É., Canada"@fr;
  schema:maximumAttendeeCapacity 212;
  schema:name "The Mack"@en,
    "The Mack"@fr,
    "The Mack";
  schema:sameAs <https://scenesfrancophones.ca/id/475>,
    <http://www.wikidata.org/entity/Q130480093>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Théâtre The Mack' on 2024-08-28T13:49:59.966Z";
  prov:generatedAtTime "2024-08-28T13:49:59.966Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K4-122#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Charlottetown";
  schema:addressRegion "PE";
  schema:postalCode "C1A 4K6";
  schema:streetAddress "128 Great George Street" .
