@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-5612> a schema:Person;
  schema:hasOccupation <http://www.wikidata.org/entity/Q5716684>,
    <http://www.wikidata.org/entity/Q2490358>,
    <http://www.wikidata.org/entity/Q33999>,
    <http://www.wikidata.org/entity/Q60750837>;
  schema:name "Ashley Donahue"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q131749211>;
  schema:workLocation [
    a schema:Place;
    schema:address [
      a schema:PostalAddress;
      schema:addressCountry "CA";
      schema:addressRegion "BC"
    ]
  ];
  skos:historyNote "Minted Arstsdata ID for schema:Person named 'Ashley Donahue' on 2025-01-13T19:21:26.544Z";
  prov:generatedAtTime "2025-01-13T19:21:26.544Z"^^xsd:dateTime .
