Appraisal
- CURIE:
gmeow:Appraisal - IRI: https://blackcatinformatics.ca/gmeow/Appraisal
- Category: class
- Defined by:
gmeow:slices/affect - Box roles: TBox role (What is this?)
An affective or aesthetic reading of something, as an observation: vantage = the appraiser. Dimensional (PAD: a valence/arousal/dominance value) or qualitative (an aesthetic quality: elegance, sublimity, kitsch) — at least one of the two forms (SHACL). Two critics disagreeing are two coexisting cells; self-report is top authority for the subject's own standpoint (Principle 9, the facetVantage precedent).
Structure
Subclass of: gmeow:Observation
Practical Pattern
Use gmeow:Appraisal as a specialized kind of gmeow:Observation. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
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 .