@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/K14-160> a schema:Organization;
  schema:name "Arts and Culture Centres",
    "Arts and Culture Centres"@en;
  schema:sameAs <https://capacoa.ca/member/213>,
    <http://www.wikidata.org/entity/Q129448006>;
  schema:url <https://artsandculturecentre.com>;
  skos:historyNote "Minted Arstsdata ID for schema:Organization 'Arts and Culture Centres' on 2023-06-30T01:56:36.804Z";
  prov:generatedAtTime "2023-06-30T01:56:36.804Z"^^xsd:dateTime .
