@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K12-261> a schema:Person;
  schema:disambiguatingDescription "Singer";
  schema:hasOccupation "Singer";
  schema:name "Nicole Martin";
  schema:sameAs <http://www.wikidata.org/entity/Q3341083>,
    <https://fr.wikipedia.org/wiki/Nicole_Martin>,
    <https://isni.org/isni/0000000114589619>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
