@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/> .

<http://kg.artsdata.ca/resource/K1-203> a prov:Activity;
  schema:description "Run a insert SPARQL to add ado:usedBy links between schema:Place and schema:Organization based on an organization having organized 3 or more events in a place within the last 12-months"@en;
  schema:name "Insert Place usedBy Organization"@en;
  prov:uses <http://kg.artsdata.ca/resource/K1-204>;
  prov:wasAssociatedWith <http://kg.artsdata.ca/resource/K1-201> .
