@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/K3-93> a schema:Person;
  <http://kg.artsdata.ca/ontology/originEC> <http://www.wikidata.org/entity/Q392316>,
    <http://www.wikidata.org/entity/Q117191>;
  schema:alternateName "Starrwind Muranko"@en;
  schema:disambiguatingDescription "Indigenous dancer and choreographer"@en,
    "danseuse et chorégraphe Autochtone"@fr,
    "dance, theatre ";
  schema:hasOccupation <http://www.wikidata.org/entity/Q483501>,
    <http://www.wikidata.org/entity/Q5716684>,
    <http://www.wikidata.org/entity/Q2490358>;
  schema:name "Starr Muranko"@en,
    "Starr Muranko"@fr,
    "Starr Muranko"@mul;
  schema:sameAs <http://www.wikidata.org/entity/Q107277670>;
  schema:workLocation [
    a schema:Place;
    schema:address [
      a schema:PostalAddress;
      schema:addressCountry "CA";
      schema:addressRegion "BC"
    ]
  ];
  skos:historyNote "Artsdata ID minted from https://ipaa.ca/profile/indigenous-artist/Starr#Person on 2022-08-09 with name Starr Muranko  "@en .
