appraisal quality

The aesthetic quality a qualitative appraisal reads. NOT functional: one cell may attribute several coexisting qualities. Open vocabulary (sh:nodeKind sh:IRI).

Structure

Property shape: object property; gmeow:Appraisal -> gmeow:AestheticQuality

Practical Pattern

Use gmeow:appraisalQuality from gmeow:Appraisal to gmeow:AestheticQuality 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

@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:kitschReading a gmeow:Appraisal ;
    gmeow:vantage ex:criticB ;
    gmeow:appraisalOf ex:novel ;
    gmeow:appraisalQuality gmeow:qualityKitsch .

Common Companion Terms

gmeow:Appraisal, gmeow:AestheticQuality