@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-142> a schema:Person;
  schema:description "Dianne Elizabeth Reeves (born October 23, 1956) is an American jazz singer."@en;
  schema:disambiguatingDescription "Jazz Singer";
  schema:hasOccupation "Jazz Singer";
  schema:image <https://commons.wikimedia.org/wiki/Special:FilePath/Dianne_Reeves_2.jpg>;
  schema:name "Dianne Reeves";
  schema:sameAs <http://www.wikidata.org/entity/Q242135>,
    <https://en.wikipedia.org/wiki/Dianne_Reeves>,
    <https://www.facebook.com/DianneReevesMusic/>,
    <https://twitter.com/DianneReeves1>,
    <https://fr.wikipedia.org/wiki/Dianne_Reeves>,
    <https://isni.org/isni/0000000078397344>;
  schema:url <http://diannereeves.com>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
