assertion subject

The location or connection being assessed. Functional per relator: one subject per AccessibilityAssertion.

Structure

Property shape: object property; gmeow:AccessibilityAssertion -> gmeow:Entity; functional

Practical Pattern

Use gmeow:assertionSubject from gmeow:AccessibilityAssertion to gmeow:Entity 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.

Location Access

# --- A reified assertion: a surveyor claims the library is step-free (a feature).
ex:assertion a gmeow:AccessibilityAssertion ;
    gmeow:assertionSubject  ex:library ;
    gmeow:assertionFacet    gmeow:facetStepFree ;
    gmeow:assertionPolarity gmeow:polarityFeature .

Common Companion Terms

gmeow:AccessibilityAssertion, gmeow:Entity