@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-467> a schema:Person;
  schema:disambiguatingDescription "Actress";
  schema:hasOccupation "Actress";
  schema:image <https://commons.wikimedia.org/wiki/Special:FilePath/Sophie_Faucher_chez_la_cabaret_Lion_D%27Or.jpg>;
  schema:name "Sophie Faucher";
  schema:sameAs <http://www.wikidata.org/entity/Q3490928>,
    <https://fr.wikipedia.org/wiki/Sophie_Faucher>,
    <https://www.imdb.com/name/nm0268983/>,
    <https://isni.org/isni/0000000420512070>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
