@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-5000> a schema:Person;
  schema:disambiguatingDescription "Canadian singer"@en,
    "chanteuse canadienne"@fr;
  schema:hasOccupation <http://www.wikidata.org/entity/Q177220>;
  schema:name "Lise Roy"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q3242517>,
    <https://fr.wikipedia.org/wiki/Lise_Roy_(chanteuse)>,
    <https://isni.org/isni/0000000440299211>;
  skos:historyNote "Minted Arstsdata ID for schema:Person named 'Lise Roy' on 2024-06-06T20:06:55.965Z";
  prov:generatedAtTime "2024-06-06T20:06:55.965Z"^^xsd:dateTime .
