@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-5080> a schema:Person;
  <http://kg.artsdata.ca/ontology/originEC> <http://www.wikidata.org/entity/Q116971>;
  schema:alternateName "Semiah Smith"@en,
    "Semiah Smith"@fr;
  schema:disambiguatingDescription "Kanien’kehà:ka musician and multidisciplinary artist"@en,
    "musicienne et artiste pluridisciplinaire Kanien’kehà:ka"@fr;
  schema:hasOccupation <http://www.wikidata.org/entity/Q639669>;
  schema:name "Semiah"@en,
    "Semiah"@mul,
    "Semiah"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q125848502>,
    <https://open.spotify.com/artist/3A49ypDX1xiexcxLr4tY1I>;
  schema:url <https://www.semiahsmith.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 'Semiah' on 2024-06-11T18:02:42.598Z";
  prov:generatedAtTime "2024-06-11T18:02:42.598Z"^^xsd:dateTime .
