prompt role

The conversational role this prompt occupies (open vocabulary: system, user, assistant, tool).

Structure

Property shape: object property; gmeow:Prompt -> gmeow:PromptRole; functional

Practical Pattern

Use gmeow:promptRole from gmeow:Prompt to gmeow:PromptRole 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:prompt-extract a gmeow:Prompt ;
    gmeow:promptRole gmeow:promptRoleSystem ;
    gmeow:filledFrom ex:template-extract-v1 ;
    gmeow:contentDigest "blake3:00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff" .

ex:template-extract-v1 a gmeow:PromptTemplate ;
    rdfs:label "claim-extraction template v1"@en ;
    gmeow:promptRole gmeow:promptRoleSystem .

Common Companion Terms

gmeow:Prompt, gmeow:PromptRole

Usage Advice

Use when

Avoid when

How to use

Examples