@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#> .

<http://kg.artsdata.ca/resource/K2-273> a schema:Person;
  schema:disambiguatingDescription "Canadian dancer-choreographer"@en,
    "danseur-chorégraphe canadien"@fr;
  schema:hasOccupation <http://www.wikidata.org/entity/Q5716684>,
    <http://www.wikidata.org/entity/Q2490358>,
    <http://www.wikidata.org/entity/Q1797162>;
  schema:name "Crazy Smooth"@fr;
  schema:sameAs <http://www.wikidata.org/entity/Q116220681>;
  skos:historyNote "Artsdata ID minted from http://www.wikidata.org/entity/Q116220681 on 2023-03-22 with name Crazy Smooth"@en .
