ENG-1577 Updated ttl file with fields per evidence#919
ENG-1577 Updated ttl file with fields per evidence#919
Conversation
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
| rdfs:range dg:Claim; | ||
| rdfs:domain dg:Evidence. | ||
| dg:observationStatement a dgb:RelationDef; | ||
| rdfs:label "observation statement"@en; |
There was a problem hiding this comment.
🟡 New rdfs:label values violate sentence case rule — not capitalized
The AGENTS.md mandates "Use sentence case for documentation copy by default." Every other rdfs:label in this file capitalizes the first word (e.g., "Opposes", "Curated to", "Question"), but the two newly added labels "observation statement" and "observation of" are fully lowercase. In sentence case the first letter must be capitalized: "Observation statement" and "Observation of".
| rdfs:label "observation statement"@en; | |
| rdfs:label "Observation statement"@en; |
Was this helpful? React with 👍 or 👎 to provide feedback.
| rdfs:range dg:Evidence; | ||
| rdfs:domain dg:Claim. | ||
| dg:observationOf a dgb:RelationDef; | ||
| rdfs:label "observation of"@en; |
There was a problem hiding this comment.
🟡 New rdfs:label value violates sentence case rule — not capitalized
Same issue as the other new label: "observation of" at line 36 should be "Observation of" per the sentence case convention required by AGENTS.md and followed by all other labels in this file.
| rdfs:label "observation of"@en; | |
| rdfs:label "Observation of"@en; |
Was this helpful? React with 👍 or 👎 to provide feedback.
https://linear.app/discourse-graphs/issue/ENG-1577/updated-ttl-file-with-fields-per-evidence