filled from
- CURIE:
gmeow:filledFrom - IRI: https://blackcatinformatics.ca/gmeow/filledFrom
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
The template this concrete prompt instantiates.
Structure
Property shape: object property; gmeow:Prompt -> gmeow:PromptTemplate; functional
Practical Pattern
Use gmeow:filledFrom from gmeow:Prompt to gmeow:PromptTemplate 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
- 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" .
Common Companion Terms
gmeow:Prompt, gmeow:PromptTemplate
Usage Advice
Use when
- Use to link a concrete
gmeow:Promptto the singlegmeow:PromptTemplateversion it was filled from, so an output traces to the exact published template.
Avoid when
- Avoid pointing it at another concrete prompt or at the model (the range is a template) and avoid more than one template per prompt — it is functional.
How to use
- Assert exactly one
gmeow:filledFromper templatedPromptat agmeow:PromptTemplate; omit it for ad-hoc prompts that instantiate no published template.
Examples
- ex:userPrompt
gmeow:filledFromex:extractTmpl.