@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-436> a schema:Person;
  schema:description "Donovan Woods is a Canadian folk and country singer-songwriter. He has released several albums of folk and roots music, including the Juno Award-winning Both Ways."@en;
  schema:disambiguatingDescription "Singer, songwriter";
  schema:hasOccupation "Singer, songwriter";
  schema:image "http://commons.wikimedia.org/entity/M61811496";
  schema:name "Donovan Woods";
  schema:sameAs <http://www.wikidata.org/entity/Q5296867>,
    <https://en.wikipedia.org/wiki/Donovan_Woods_(musician)>,
    <https://www.youtube.com/DonovanWoodsMusic>,
    <https://twitter.com/donovanwoods>,
    <https://www.instagram.com/donovanwoods/>,
    <https://www.facebook.com/donovanwoodsmusic>,
    <https://musicbrainz.org/artist/573185c5-182d-4860-a629-248fc4d1ee7>;
  schema:url <https://www.donovanwoods.net>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
