depiction context

The context in which the image depicts the subject — work, family, childhood, portrait, candid, etc. A gmeow:DepictionContext value. Functional per relator: one context per DepictionUsage.

Structure

Property shape: object property; gmeow:DepictionUsage -> gmeow:DepictionContext; functional

Practical Pattern

Use gmeow:depictionContext from gmeow:DepictionUsage to gmeow:DepictionContext 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.

Photo Metadata

# --- The depiction as a perspectival act: who is depicted, in what context, by
#     whose authority — not a privileged "this is a photo of Dana" fact.
ex:depiction a gmeow:DepictionUsage ;
    gmeow:depictionImage     ex:photo ;
    gmeow:depictionSubject   ex:dana ;
    gmeow:depictionContext   gmeow:depictionContextCandid ;
    gmeow:depictionAuthority ex:photographer .

Common Companion Terms

gmeow:DepictionUsage, gmeow:DepictionContext