sdgco:description
sdgco:description is the human-readable statement of what a coherence rule expects — plain text, written by the type author. It serves two readers at once: it is the default diagnostic message shown when a violation binds no per-row ?message, and it is the per-rule motivation an AI collaborator reads to understand why the rule exists.
Because rules render as part of the type's documentation, a good description explains the expectation in the type's own terms — "A Recipe must declare exactly one integer serving count" — rather than restating the SPARQL.
Usage
- Domain: a
sdgco:Rule. Range: a string literal. - Required in practice; one per rule; authored in a
@ruleblock asdescription: "…".