@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/K2-5069> a schema:Person;
  schema:disambiguatingDescription "Anishinaabe comedian and burlesque artist"@en,
    "comédienne et artiste burlesque anishinaabe"@fr;
  schema:hasOccupation <http://www.wikidata.org/entity/Q245068>,
    <http://www.wikidata.org/entity/Q107199096>;
  schema:name "Denise B. McLeod"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q126327778>;
  schema:workLocation [
    a schema:Place;
    schema:address [
      a schema:PostalAddress;
      schema:addressCountry "CA";
      schema:addressRegion "ON"
    ]
  ];
  skos:historyNote "Minted Arstsdata ID for schema:Person named 'Denise B. McLeod' on 2024-06-11T17:54:47.535Z";
  prov:generatedAtTime "2024-06-11T17:54:47.535Z"^^xsd:dateTime .
