@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-409> a schema:Person;
  schema:description "Thomas Cunningham Wilson (born 1959) is a Canadian rock musician from Hamilton, Ontario. A veteran of the Canadian music scene, Wilson has been a writer and performer for many years. Wilson's eclectic musical style has ranged from the psychobilly / R&B sounds of the Florida Razors, to the western/roots style of Blackie and the Rodeo Kings and the funk/blues-inspired rock of Junkhouse."@en;
  schema:disambiguatingDescription "Musician";
  schema:hasOccupation "Musician";
  schema:image <https://commons.wikimedia.org/wiki/Special:FilePath/Tom_Wilson.jpg>;
  schema:name "Tom Wilson";
  schema:sameAs <http://www.wikidata.org/entity/Q7818083>,
    <https://en.wikipedia.org/wiki/Tom_Wilson_(musician)>;
  prov:generatedAtTime "2023-09-19T00:00:00Z"^^xsd:dateTime .
