@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-176> a schema:Person;
  <http://kg.artsdata.ca/ontology/originEC> <http://www.wikidata.org/entity/Q1956640>;
  schema:alternateName "Olivia Davies"@en,
    "Olivia Davies"@fr;
  schema:disambiguatingDescription "Canadian Indigenous dance artist"@en,
    "artiste canadienne Autochtone en danse"@fr,
    "dance, theatre, other ";
  schema:hasOccupation <http://www.wikidata.org/entity/Q483501>,
    <http://www.wikidata.org/entity/Q5716684>,
    <http://www.wikidata.org/entity/Q2490358>,
    <http://www.wikidata.org/entity/Q26903663>;
  schema:name "Olivia C. Davies"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q107277484>,
    <http://www.oliviacdavies.ca>;
  schema:url <http://www.oliviacdavies.ca>;
  schema:workLocation [
    a schema:Place;
    schema:address [
      a schema:PostalAddress;
      schema:addressCountry "CA";
      schema:addressRegion "BC"
    ]
  ];
  skos:historyNote "Artsdata ID minted from <http://www.wikidata.org/entity/Q107277484> with name Olivia C. Davies"@en .
