assertion facet
- CURIE:
gmeow:assertionFacet - IRI: https://blackcatinformatics.ca/gmeow/assertionFacet
- Category: property
- Defined by:
gmeow:slices/accessibility - Box roles: CBox role, RBox role (What is this?)
The accessibility facet being asserted. Functional per relator: one facet per AccessibilityAssertion.
Structure
Property shape: object property; gmeow:AccessibilityAssertion -> gmeow:AccessibilityFacet; functional
Practical Pattern
Use gmeow:assertionFacet from gmeow:AccessibilityAssertion to gmeow:AccessibilityFacet 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
- Source:
slices/extensions/accessibility/examples/location-access.ttl - Examples catalog: open in catalog#example-slices-extensions-accessibility-examples-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 .