@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-996> a schema:Person;
  schema:disambiguatingDescription "Japanese-Canadian artist"@en,
    "artiste du Canada"@fr;
  schema:hasOccupation <http://www.wikidata.org/entity/Q483501>;
  schema:name "Donna Yamamoto"@en,
    "Donna Yamamoto"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q110830624>;
  schema:workLocation [
    a schema:Place;
    schema:address [
      a schema:PostalAddress;
      schema:addressCountry "CA";
      schema:addressRegion "BC"
    ]
  ];
  skos:historyNote "Minted Arstsdata ID for schema:Person 'Donna Yamamoto' on 2023-04-03T00:00:00Z";
  prov:generatedAtTime "2023-04-03T00:00:00Z"^^xsd:dateTime .
