@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-5376> a schema:Person;
  <http://kg.artsdata.ca/ontology/originEC> <http://www.wikidata.org/entity/Q262457>;
  schema:disambiguatingDescription "professionnel du secteur de la danse au Canada"@fr,
    "professional in the dance sector in Canada"@en;
  schema:hasOccupation <http://www.wikidata.org/entity/Q483501>,
    <http://www.wikidata.org/entity/Q5716684>,
    <http://www.wikidata.org/entity/Q2490358>;
  schema:name "Jera Wolfe"@en,
    "Jera Wolfe"@fr,
    "Jera Wolfe"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q126952848>;
  schema:url <https://www.jerawolfe.com/>;
  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 'Jera Wolfe' on 2024-09-27T17:44:11.094Z";
  prov:generatedAtTime "2024-09-27T17:44:11.094Z"^^xsd:dateTime .
