sdgco:severity
sdgco:severity says how a violation is treated when a coherence rule fires. Its value is an IRI enum, never a string: sdgco:Error, which blocks publish; sdgco:Warning, which is advisory and never blocks; or sdgco:Info, which is purely informational.
Modelling severity as an IRI (rather than a "warning" literal) keeps the value set closed, resolvable, and documented — each severity is itself a definition document.
Usage
- Domain: a
sdgco:Rule. Range: a severity individual —sdgco:Error,sdgco:Warning, orsdgco:Info. - One per rule; authored in a
@ruleblock asseverity: sdgco:Error.