Activity
- CURIE:
gmeow:Activity - IRI: https://blackcatinformatics.ca/gmeow/Activity
- Category: class
- Defined by:
gmeow:slices/provenance - Box roles: CBox role, TBox role (What is this?)
Something that occurs over a period of time and acts upon or with entities — creating, transforming, using, or attributing them. The provenance-layer specialization of gmeow:Event: the occurrent that gmeow:wasGeneratedBy points to and that gmeow:wasAssociatedWith ties to its performing agent.
Structure
Subclass of: gmeow:Event
Practical Pattern
Use gmeow:Activity as a specialized kind of gmeow:Event. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Lillith Pipeline
- Source:
slices/extensions/graphrag/examples/lillith-pipeline.ttl - Examples catalog: open in catalog#example-slices-extensions-graphrag-examples-lillith-pipeline
ex:embed-run a gmeow:Activity ; rdfs:label "embedding pass 2026-06-01"@en ;
gmeow:eventTime "2026-06-01T00:00:00Z"^^xsd:dateTime ;
gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .
ex:index-build a gmeow:Activity ; rdfs:label "index build 2026-06-01"@en ;
gmeow:eventTime "2026-06-01T00:00:00Z"^^xsd:dateTime ;
gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .
Common Companion Terms
External Equivalences
Equivalent or closely aligned targets: prov, wd
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:Activity |
equivalence | - |
owl:equivalentClass | prov:Activity | gmeow-classes.sssom.tsv; gmeow:eqClasses045; confidence 1 |
gmeow:Activity |
equivalence | - |
skos:closeMatch | prov:Activity | gmeow-provenance.sssom.tsv; gmeow:eqProvenance001; confidence 0.9 |
gmeow:Activity |
equivalence | - |
skos:closeMatch | wd:Q1914636 | gmeow-wikidata.sssom.tsv; gmeow:eqWikidata055; confidence 0.75 |
Usage Advice
Use when
- Use as the occurrent that produced, transformed, used, or attributed an entity — the activity end of
gmeow:wasGeneratedByand the domain ofgmeow:wasAssociatedWith.
Avoid when
- Avoid for the enduring product of the activity (that is a
gmeow:Entityreached viagmeow:wasGeneratedBy) and for a generic happening with no provenance role; usegmeow:Eventdirectly when no agent, generation, or attribution is at stake.
How to use
- Type the occurrent as
gmeow:Activity(or a specialization such asgmeow:ImportActivity), link its performer withgmeow:wasAssociatedWithand its products with the inverse ofgmeow:wasGeneratedBy; carry the time the activity occurred on the event, and statement-level confidence on the derivation claims it produces.
Examples
- ex:import2026 a
gmeow:Activity;gmeow:wasAssociatedWithex:vcardImporter.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | prov:Activity |
closeMatch | wd:Q1914636 |
equivalentClass | prov:Activity |