has prompt

A prompt presented in this invocation. Non-functional: a chat invocation carries several prompts in conversational roles (gmeow:promptRole).

Structure

Property shape: object property; gmeow:ModelInvocation -> gmeow:Prompt

Practical Pattern

Use gmeow:hasPrompt from gmeow:ModelInvocation to gmeow:Prompt when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Grounded Claim

ex:invocation-19 a gmeow:ModelInvocation ;
    gmeow:usedModel ex:assistant ;
    gmeow:hasPrompt ex:prompt-extract ;
    gmeow:samplingTemperature 0.0 ;
    gmeow:atTime "2026-05-15T10:00:00Z"^^xsd:dateTime ;
    gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .

Common Companion Terms

gmeow:ModelInvocation, gmeow:Prompt

Usage Advice

Use when

Avoid when

How to use

Examples