system
- CURIE:
gmeow:promptRoleSystem - IRI: https://blackcatinformatics.ca/gmeow/promptRoleSystem
- Category: individual
- Defined by:
gmeow:slices/ai - Box roles: ABox role (What is this?)
The system-instruction role.
Structure
Types: gmeow:PromptRole
Practical Pattern
Use gmeow:promptRoleSystem as a controlled value typed as gmeow:PromptRole.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Grounded Claim
- Source:
slices/core/ai/examples/grounded-claim.ttl - Examples catalog: open in catalog#example-slices-core-ai-examples-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 .