@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-92> a schema:Place;
  dbo:timeZone "America/Moncton";
  schema:address <http://kg.artsdata.ca/resource/K4-92#PostalAddress>;
  schema:disambiguatingDescription "Neguac (NB) CA";
  schema:name "Théâtre Richard-Denys"@fr,
    "Théâtre Richard-Denys";
  schema:sameAs <https://scenesfrancophones.ca/id/502>;
  skos:historyNote "Minted Arstsdata ID for schema:Place named 'Théâtre Richard-Denys' on 2024-07-11T12:18:09.627Z";
  prov:generatedAtTime "2024-07-11T12:18:09.627Z"^^xsd:dateTime .

<http://kg.artsdata.ca/resource/K4-92#PostalAddress> a schema:PostalAddress;
  schema:addressCountry "CA";
  schema:addressLocality "Neguac";
  schema:addressRegion "NB";
  schema:postalCode "E9G 1N3";
  schema:streetAddress "600, rue Principale" .
