Event Type

The kind of an event — a VALUE, never a gmeow:Event subclass. The set is open; a kind not among the seed individuals is a FRESH gmeow:EventType individual carrying rdfs:label, not a new class. Pointed at by gmeow:eventType (non-functional).

Structure

Subclass of: gufo:QualityValue

Practical Pattern

Use gmeow:EventType as a specialized kind of gufo:QualityValue. 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.

Recurring Meeting

# --- A minted event kind (open vocabulary — no closed enum of event types).
ex:eventTypeTeamMeeting a gmeow:EventType ; rdfs:label "team meeting"@en .

Food Safety Compliance

# --- An inspected kitchen-prep event that complies with the norm.
ex:eventTypeFoodPrep a gmeow:EventType ; rdfs:label "food preparation"@en .

Usage Advice

Use when

Avoid when

How to use

Examples