@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://kg.artsdata.ca/resource/K43-5243_dataset> a prov:Entity;
  <http://kg.artsdata.ca/ontology/hasActivityLog> <http://kg.artsdata.ca/resource/K43-5243_log_entry_2026-04-06T12:02:06+00:00>;
  schema:about <http://kg.artsdata.ca/resource/K43-5243>;
  schema:dateModified "2026-04-06T12:02:06+00:00"^^xsd:dateTime .

prov:Entity rdfs:label "Entity";
  rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#>;
  prov:definition "An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. "@en .
