appraisal of
- CURIE:
gmeow:appraisalOf - IRI: https://blackcatinformatics.ca/gmeow/appraisalOf
- Category: property
- Defined by:
gmeow:slices/affect - Box roles: RBox role (What is this?)
What is appraised — an agent's state, a work, an event, an emotion (⊑ observedFeature, the observation-spine bridge idiom). Range intentionally open. Functional: one appraisal, one subject.
Structure
Property shape: object property; gmeow:Appraisal -> ?; functional
Sub-property of: gmeow:observedFeature
Practical Pattern
Use gmeow:appraisalOf from gmeow:Appraisal to ? 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.
Two Critics
- Source:
slices/extensions/affect/examples/two-critics.ttl - Examples catalog: open in catalog#example-slices-extensions-affect-examples-two-critics
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ex:sublimeReading a gmeow:Appraisal ;
gmeow:vantage ex:criticA ;
gmeow:appraisalOf ex:novel ;
gmeow:appraisalQuality gmeow:qualitySublimity .
ex:arousalReading a gmeow:Appraisal ;
gmeow:vantage ex:criticA ;
gmeow:appraisalOf ex:novel ;
gmeow:appraisalDimension gmeow:dimensionArousal ;
gmeow:appraisalValue 0.9 .