@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/K1-5> a schema:Organization;
  schema:description "Montreal based technology company.";
  schema:disambiguatingDescription "Westmount (QC) CA";
  schema:name "Culture Creates";
  schema:url "https://culturecreates.com" .
