@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/K12-405> a schema:Person;
  schema:description "Mark Takeshi McGregor (born December 20, 1972) is a Canadian flutist, educator, producer, curator, and visual artist."@en;
  schema:disambiguatingDescription "Flutist";
  schema:hasOccupation "Flutist";
  schema:name "Mark Takeshi McGregor";
  schema:sameAs <http://www.wikidata.org/entity/Q92358732>,
    <https://takeshimcgregor.com>,
    <https://japanesecanadianartists.com/artist/mark-takeshi-mcgregor/#Agent>,
    <https://en.wikipedia.org/wiki/Mark_Takeshi_McGregor>;
  schema:url <https://marktakeshimcgregor.com>;
  skos:historyNote "Artsdata ID minted from <https://japanesecanadianartists.com/artist/mark-takeshi-mcgregor/#Agent> with name Mark Takeshi McGregor"@en;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
