opaque frame in

The GTS segment an opaque frame belongs to. Functional: a frame occupies one position in one segment's chain.

Structure

Property shape: object property; gmeow:OpaqueFrame -> gmeow:GTSSegment; functional Sub-property of: gmeow:partOf

Practical Pattern

Use gmeow:opaqueFrameIn from gmeow:OpaqueFrame to gmeow:GTSSegment 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.

Dist Package

@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .



# A sealed frame: opacity is vantage-relative — transparent to its recipient.
ex:gts-opaque-frame-001
    a gmeow:OpaqueFrame ;
    rdfs:label "sealed evidence attachment"@en ;
    gmeow:opaqueFrameIn ex:gts-dist-segment-core ;
    gmeow:opacityReason gmeow:opacityMissingKey ;
    gmeow:sealedRecipient ex:agent-archivist-001 .

Common Companion Terms

gmeow:partOf, gmeow:OpaqueFrame, gmeow:GTSSegment

Usage Advice

Use when

Avoid when

How to use

Examples