@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-496> a schema:Person;
  schema:description "Ralph Zachary Richard (born September 8, 1950) is an American singer-songwriter and poet. His music is a combination of Cajun and Zydeco musical styles."@en;
  schema:disambiguatingDescription "Singer-songwriter, poet";
  schema:hasOccupation "Singer-songwriter, poet";
  schema:image <https://commons.wikimedia.org/wiki/Special:FilePath/Zachary_Richard,_Montreal_2013-06-19_-_028a_(cropped).JPG>;
  schema:name "Zachary Richard";
  schema:sameAs <http://www.wikidata.org/entity/Q3574532>,
    <https://en.wikipedia.org/wiki/Zachary_Richard>,
    <https://fr.wikipedia.org/wiki/Zachary_Richard>,
    <https://isni.org/isni/0000000073669144>;
  schema:url <https://www.zacharyrichard.com>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
