@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-6268> a schema:Person;
  schema:description "chef d'orchestre britannique"@fr,
    "English cellist and conductor"@en;
  schema:hasOccupation <http://www.wikidata.org/entity/Q158852>,
    <http://www.wikidata.org/entity/Q13219637>;
  schema:name "Jonathan Cohen"@fr,
    "Jonathan Cohen"@en;
  schema:sameAs <http://www.wikidata.org/entity/Q15431044>,
    <http://musicbrainz.org/artist/fd317d6a-dd6b-4aca-befc-07e70e939f34>,
    <https://open.spotify.com/artist/0z6t3buywDCXXWpXnkmH7R>;
  skos:historyNote "Minted Arstsdata ID for schema:Person on 2025-12-10T21:08:01.453Z using facts passed in to minting service (http://www.wikidata.org/entity/Q15431044)";
  prov:generatedAtTime "2025-12-10T21:08:01.453Z"^^xsd:dateTime .
