@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/K5-656> a schema:Person;
  schema:disambiguatingDescription "chanteur, Imitateur, Humoriste";
  schema:name "Martin Dubé"@fr;
  schema:sameAs <http://kg.footlight.io/resource/5a5aa6dd-785f-4ad7-9fc2-6809c8916382>;
  schema:url <http://martindubeshow.com/>;
  skos:historyNote "Minted Arstsdata ID for schema:Person 'Martin Dubé' on 2024-05-09T02:24:43.070Z";
  prov:generatedAtTime "2024-05-09T02:24:43.070Z"^^xsd:dateTime .
