@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K2-5095> a schema:Organization;
  schema:description "Lee Harvey Osmond, stylized as LeE HARVeY OsMOND, is a Canadian psychedelic folk project fronted by musician Tom Wilson."@en;
  schema:disambiguatingDescription "musical artist"@en,
    "Projet musical d'un artiste canadien"@fr;
  schema:name "Lee Harvey Osmond"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q4691617>,
    <https://en.wikipedia.org/wiki/Lee_Harvey_Osmond>;
  skos:historyNote "Minted Arstsdata ID for schema:Organization named 'Lee Harvey Osmond' on 2024-06-13T18:15:32.771Z";
  prov:generatedAtTime "2024-06-13T18:15:32.771Z"^^xsd:dateTime .
